Other Parts Discussed in Thread: LAUNCHXL2-570LC43
Tool/software: TI C/C++ Compiler
question:my device is LAUNCHXL2-570LC43,and I use the BootLoader in the following example /cfs-file/__key/communityserver-discussions-components-files/908/5460.TMS570LC4357_5F00_UART_5F00_Boot.7z ,if an interrupt occurs to the application which programed in the back1 ,the cpu load the address of ISR from interrupt vector table which defined by the BootLoader program instead of application program ,how does application program relocate the interrupt vector table?
The above example has only BootLoader project and no application project,Is there any example of application project which use BootLoader to update ?