Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello,
I want to be able to programmatically boot from different flash sectors for CPU1. I will be running some code out of Flash Sector 0 (default), and then based on an event, be able to reset and boot from Flash Sector 4. This flow means that there would be a way to change BOOTDEF in a non-volatile manner, but persistent across a reset of CPU1 (vectoring back to Boot ROM). EMUBOOTDEF is close, but only is active when the debugger is attached.
Is this possible or even a reasonable way to do this? Is there an alternate approach better suited for this hardware?
I could just jump to the address and start executing, but I thought with all the boot mechanisms in place in this chip, there would be a cleaner way.
Thanks!

