Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. 288 Pin DIMMs

288 Pin DIMMs

Scheduled Pinned Locked Moved The Lounge
algorithmsquestion
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    C P User 3
    wrote on last edited by
    #1

    DIMM modules have 288 pins I count... - 64 Address pins - 64 Data pins That adds up to 128 288 - 128 = 160 What are those extra 160 pins used for ? I can imagine, +Volts, Ground, and perhaps clock signals, and perhaps a few other tricks of the trade that I've never heard of before. But, 160 of them ? Duh. Searching on the internet, I found this gang called JEDEC, as well as a zillion other firms. I have so far been unable to find a clear, concise, and simple description of what the pins are for. Interesting Observation: I was unable to find the expansion of the acronym "JEDEC" on their own website. They don't even say what their name is. Duh. Perhaps when I get $6,500.00 they will tell me.

    D OriginalGriffO 0 P 4 Replies Last reply
    0
    • C C P User 3

      DIMM modules have 288 pins I count... - 64 Address pins - 64 Data pins That adds up to 128 288 - 128 = 160 What are those extra 160 pins used for ? I can imagine, +Volts, Ground, and perhaps clock signals, and perhaps a few other tricks of the trade that I've never heard of before. But, 160 of them ? Duh. Searching on the internet, I found this gang called JEDEC, as well as a zillion other firms. I have so far been unable to find a clear, concise, and simple description of what the pins are for. Interesting Observation: I was unable to find the expansion of the acronym "JEDEC" on their own website. They don't even say what their name is. Duh. Perhaps when I get $6,500.00 they will tell me.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      A DDR4 example datasheet can be found at https://www.micron.com/-/media/client/global/documents/products/data-sheet/modules/parity_rdimm/asf9c512x72pz.pdf[^]. Start on page 5, the pins are arranged in 8 columns. The descriptions of each pin type follows after that.

      Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak

      1 Reply Last reply
      0
      • C C P User 3

        DIMM modules have 288 pins I count... - 64 Address pins - 64 Data pins That adds up to 128 288 - 128 = 160 What are those extra 160 pins used for ? I can imagine, +Volts, Ground, and perhaps clock signals, and perhaps a few other tricks of the trade that I've never heard of before. But, 160 of them ? Duh. Searching on the internet, I found this gang called JEDEC, as well as a zillion other firms. I have so far been unable to find a clear, concise, and simple description of what the pins are for. Interesting Observation: I was unable to find the expansion of the acronym "JEDEC" on their own website. They don't even say what their name is. Duh. Perhaps when I get $6,500.00 they will tell me.

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #3

        The complete list is here: DDR4 SDRAM R[^] - pinouts start on page 5. You'll notice that there are a lot of VSS and VDD pins: these can be thought of as power and ground respectively, and there are probably a lot of 'em because the traces leading to them are so thin and the voltages so low - but that's just a guess.

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        1 Reply Last reply
        0
        • C C P User 3

          DIMM modules have 288 pins I count... - 64 Address pins - 64 Data pins That adds up to 128 288 - 128 = 160 What are those extra 160 pins used for ? I can imagine, +Volts, Ground, and perhaps clock signals, and perhaps a few other tricks of the trade that I've never heard of before. But, 160 of them ? Duh. Searching on the internet, I found this gang called JEDEC, as well as a zillion other firms. I have so far been unable to find a clear, concise, and simple description of what the pins are for. Interesting Observation: I was unable to find the expansion of the acronym "JEDEC" on their own website. They don't even say what their name is. Duh. Perhaps when I get $6,500.00 they will tell me.

          0 Offline
          0 Offline
          0x01AA
          wrote on last edited by
          #4

          I would speculate, the remaing pins are 'ground' to seperate noise. But only speculation :-O [Edit] Or more likely differentially signal lines [Edit01] ChatGPT, take care.. Yes, this is indeed related to differential signals. In DDR4 memory modules, many signals are transmitted as differential signals. This means that the information is not transmitted as single voltages (as with unidirectional signals), but rather as the difference between two voltages. Differential signal transmission offers several advantages, including better noise rejection and higher immunity to electromagnetic interference (EMI). This type of signal transmission is particularly important at high data transfer rates, as is the case with DDR4 memory modules. Therefore, many of the additional pins on a DDR4 DIMM module are reserved for differential signal pairs to ensure reliable and fast data transmission. The ground lines we mentioned earlier also play an important role in providing a stable reference for these differential signals.

          1 Reply Last reply
          0
          • C C P User 3

            DIMM modules have 288 pins I count... - 64 Address pins - 64 Data pins That adds up to 128 288 - 128 = 160 What are those extra 160 pins used for ? I can imagine, +Volts, Ground, and perhaps clock signals, and perhaps a few other tricks of the trade that I've never heard of before. But, 160 of them ? Duh. Searching on the internet, I found this gang called JEDEC, as well as a zillion other firms. I have so far been unable to find a clear, concise, and simple description of what the pins are for. Interesting Observation: I was unable to find the expansion of the acronym "JEDEC" on their own website. They don't even say what their name is. Duh. Perhaps when I get $6,500.00 they will tell me.

            P Offline
            P Offline
            Peter_in_2780
            wrote on last edited by
            #5

            JEDEC is something like "Joint Electron Devices Engineering Council", a very old industry standards body. JEDEC - Wikipedia[^]

            Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups