Tool/software:
I have a SDRAM on the EMIFB and the refresh rate is 16 ms and 4096 rows.
The tRAS_MAx is 120k ns, and I viewing Table 19-22 in document SPRUH91D–March 2013–Revised September 2016
The formula for T_RAS_MAX for EMIFB.SDTIM2 bits 30-27 (4 bits wide) is:
T_RAS_MAX = (tRAS_Max / SDRAM refresh rate) -1
I'm using 16ms/4096 for the SDRAM refresh rate = 3.90625 us.
T_RAS_MAX = (120 us / 3.90625 us ) -1 = 29.72 a number too big for the 4 bit field.
Any suggestions?
Thank you, Tony