Tool/software: Code Composer Studio
Dear team,
I want to do Interrupt vector table relocation. like:
Interrupt_setVectorTableAddress(0x00008000);
Is there anything else that needs to be modified?
When I used ccs to debug the APP program, it helped me to flash the address 0x00000000 by default. After entering the debug mode, the APP program cannot run. How should I configure the debug environment of ccs when relocate Interrupt vector table?