Is there a debug configuration file/script available for the LPC54608 Xpresso board so that the SDRAM is initalized by the debugger for Keil ?
Similar to this: https://community.nxp.com/message/758760?commentID=758760#comment-758760
but for LPC546xx family
Hi carstengroen,
Unfortunately, this script is not available but you could try checking the SDRAM initialization in the BOARD_InitSDRAM (you can check this function in the ew_gui examples in the SDK) and check the register written in the example and use the same script to write the configurations.
Best Regards,
Alexis Andalon
Thanks Alexis,
I already program the EMC on my own designs for SDRAM, it was more that I thought that something as basic as this would already be available from NXP :smileyhappy: