2014-10-15 05:54 AM
Hi
I try find datasheet SDRAM on this board but I can't find it. I want Row Address Input and Column Address Input . please help me. #lmgtfy2014-10-16 05:33 AM
SDRAMs are pin- and function- compatible to a great extent.
The only difference between the 2Mx32 and 8Mx32 chip (except the timing, a.k.a. ''latencies'', of course) is the addressing: while MT48LC2M32B2 uses A10:A0/A7:A0 for row/column addressing, IS42S32800G uses A11:A0/A8:A0. This should be reflected in the programming of FMC, but I am no expert on that (a quick glance into RM0090: NC and NR fields in FMC_SDCRx register should do the trick). JW2014-10-16 05:34 AM
now what can we do?
Larger part, same footprint, same pins, you would adjust the geometry (rows,columns,banks) and timing parameters (ras,cas,etc) to match the data sheet for the SDRAM.2014-10-18 09:32 AM
you can help me for do this work.
How should I set up SDCR1, SDCMR and SDRTR registers?2014-10-18 06:59 PM
2014-10-20 03:03 AM
I try port u-boot provide by emcraft for stm32f429 discovery to stm32f439i-eval2.(
https://github.com/EmcraftSystems)I
am doing
this for the
high school
,
and
thank
Mr.
for all this
useful information
.I
've donethem all
, butit did not work
.I need
someone who
knows
what to do.