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.