Tool/software:
Hi team,
I'm working on C2000MCU - TMS320F280038C motor control project, whereas we're also developing custom bootloader code for this project.
Here we have two code ,one is the application code is the motor control code & the other is custom boot code.
- Should we create a new vector table and map into RAM for application project?
- In our project,
Customized boot code starting address = 0x00080000 Flash Bank 0
Application project starting address = 0x00090000 Flash Bank 1
While jumping from the boot code into application project at that time I get illegal interrupt handler error.
Should I create the vector table in code and while running I change the location from FLASH to RAM in real time.
In this MCU we came to know that we can't able to change the vector table address as it is predefined
![]()