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?
Hello YaChun,
In MCUXpresso IDE, we can copy flash to ram to execute by enable"Plain load image":
I think copy to ram can't solve the flash over size issue, even though run in RAM, first code need save
in flash.
Regards,
Alice
I can use external flash or any other storage...
And replace the function in ram dynamically maybe can solve.
Do you know how to do?