Hello Bradley
Yes, user can relocate the vector table. With Processor Expert, you can modify the address for .p_Interrupts secion in CPU component:
However, there are two tips that need to pay attention to:
1) Please reserve 0x00_0000 for program entry because after power-on reset, the device must boot from program flash at 0x00_0000. So 0x00_0000~0x00_0003 should reserved for hardware reset and cop reset.
2) Please set the Vector Base Address Register (INTC_VBA) to the new interrupt vector address in start-up code.
Best Regards
Fiona Kuang
TIC - Technical Information Center
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------