I have 2 projects:
bootloader project - mount the SD card and load application.hex to the external RAM application project - RTOS and application
I would like to use bootload to load a application.hex(on SD card) to the external RAM and run. But how to debug the application?
I am using SOMDIMM-LPC1788 from FDI (DK-57VTS-LPC1788).
What external RAM are you using? Do you already have a C driver for this device?
I imagine the link I posted above will help you quite a bit.
SDRAM: MT48LC2M32B2, which is a 2Mx32bit chip
Marc,
What external RAM are you using?
I'm using the MT48LC16M16.
All the timings should be the same you just need to adjust the pin configuration and the mem type.