2018-06-25 04:20 AM
I have replaced SRAM AS6C6416-55BIN (8 Mb, 55 nSec)
instead IS61WV102416ALL (2 Mb, 10 nSec)
http://www.issi.com/WW/pdf/61WV102416ALL.pdf
as I need more memory, but I can get working the
AS6C6416-55BIN
memory only for HCLK clock 60 Mhz,IS61WV102416ALL - worked for HCLK clock with 168 Mhz, s
ettings timings for both memory:Timing.AddressSetupTime = 15;
Timing.AddressHoldTime = 15; Timing.DataSetupTime = 255; Timing.BusTurnAroundDuration = 15; Timing.CLKDivision = 16; Timing.DataLatency = 17;How I can get
HCLK clock 168 Mhz for SRAM AS6C6416-55BIN? Is it possible ?
Thanks.
#stm32f4 #sram2018-06-25 04:58 AM
I fixed it, my timings was wrong, with the paramters it's working
Timing.AddressSetupTime = 15;
Timing.AddressHoldTime = 15;
Timing.DataSetupTime = 255;
Timing.BusTurnAroundDuration = 15;
Timing.CLKDivision = 16;
Timing.DataLatency = 17;