1. My program is over the flash size, the chip is LPC 54608.
I wanna dynamically copy the flash function into ram & execute.
How can do it?
I copy the flash data into ram, but cannot execute it normally, got hard fault instead.
2.Does MCUXpresso IDE support linker script with OVERLAY function?
If does, any example given?