LPC18xx refresh time

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC18xx refresh time

1,164 次查看
setoh_waituck
Contributor I

Hi all,

hope you can help.

I'm using LPC18xx with MT48LC4M32B2P-6A IT

re the following

/* Keil SDRAM timing and chip Config */
STATIC const IP_EMC_DYN_CONFIG_T MT48LC4M32_config = {
     EMC_NANOSECOND(64000000 / 4096),     /* Row refresh time */

since for automotive part,  the datasheet has indicated trefAT 16 ms max compared with tref 64ms for other options.

https://www.micron.com/parts/dram/sdram/mt48lc4m32b2b5-6a-it

Q.  should the calculation be changed as follows?

EMC_NANOSECOND(256000000 / 4096),     /* Row refresh time */

thanks and rgds,  setoh.

0 项奖励
回复
2 回复数

1,079 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi wt setoh,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
According to the datasheet, the 128Mb SDRAM requires 4096 refresh cycles every 64ms (commercial and
industrial) or 16ms (automotive). About your question, the refresh timer value should be configured as below when using the automotive version.

EMC_NANOSECOND(16000000 / 4096),     /* Row refresh time */


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

1,079 次查看
setoh_waituck
Contributor I

Hi Jeremy,

Thanks for the advice.

rgds,  setoh.

0 项奖励
回复