- This topic has 0 replies, 1 voice, and was last updated 1 month, 2 weeks ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Homepage › Forums › General Support › Q&A: Initialization Code for ARM-57TS-LPC2478
(This message was transferred over from our old forum)
Posted August 14, 2015
By Todd DeBoer
[hr]
On 9/24/10 wiggerl asked, “I’m searching through the internet for the initialization code for the external SDRAM (MT48LC2M32B2, 2Mx32, 64 Mbit, 8Mbyte SDRAM) for my ARM-57TS-LPC2478 Kit. But i only found initialization routines for 64 Mbyte and 256 Mbyte. Is there any initialization code existing for the 8Mbyte SRAM Module?”
[hr]
(Follow up post)
Answered:
In the http://www.sourceforge.com/projects/uez source code, the uEZ GUI uses a similar SDRAM. Just look in Source/Platform/FDI/uEZ GUI/uEZ_GUI_uEZBSP.c for the function UEZBSPSDRAMInit(). It initializes the SDRAM for 8, 16, or 32 Meg versions.