Hi Kef,
Is it necessary to place code into RAM? I mean if not, just let the processor hang at the place of launch flash command, after the command completed and flash is readable again, the processor will continue to execute.
If we put code into RAM, flash operation just run as a background command, but we can't jump anywhere else or service interrupts, am i right?
So usually what should we do in this code? Just wait FCCF to be set or do something else like feeding watchdog?
Thanks!