I use the LPC3250 and have a SDR SDRAM MT48H16M32LF , how can i set all the registers? tks.
已解决! 转到解答。
Registers for SDRAM initialization need to be set by software.
Source code and drivers can be found here: LPC32xx Common Driver Library (CDL)
There is also an app note covering this topic: https://www.nxp.com/docs/en/application-note/AN10935.pdf
在原帖中查看解决方案
Thank you. I have done this, and it works now. Thanks.