How to add a micron MT41J64M16 sdram to a i.MX53 core board?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to add a micron MT41J64M16 sdram to a i.MX53 core board?

528 Views
chengwu
Contributor I

Dear all,

          I have an i.MX53 board with a micron MT41J64M16 sdram, which is with 13bits' row address width, 10 bits' column address width and 16 bits' data width. I try to write & read the sdram by JTAG after initalizing the sdram, but there is something wrong, when I write some data to an address such like 0x70001000, I can read the value from address 0x70001004 but not 0x70001000, and the data in address 0x70001000 does not change, write to 0x70001004 will chang the value at 0x70001008, etc. Does anyone know what's the problem? Or does anyone use this sdram on an i.MX board ever? Please tell me how should I config the sdram correctly, thank you very much. 

Labels (1)
0 Kudos
2 Replies

402 Views
Yuri
NXP Employee
NXP Employee

The i.MX53 QSB board is equipped with MT41J128M16 DRAM part. It has slightly different parameters : 14 row address bits instead of 13 for the MT41J64M16.

If one tries to use the same init memory script / sequence for the MT41J64M16 (as for the QSB) it is needed to correct the row bits parameter.

Was is provided ? 

0 Kudos

402 Views
chengwu
Contributor I

Hi,Yuri Muhin

Thank you very much, it seems that my hardware design has some bugs, I've done this work with a new board, thank you all the same.

0 Kudos