Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi Ti team,
As we developed the Customized boot loader and application project in the TMS320F280039C
1. Customized boot loader code starting address - 0x0008 0000 - Flash Bank 0
2. Application code(universal motor control) starting address - 0x0009 0000 - Flash Bank 1
3. For EEPROM data purpose we used 0x000a 1000 - Flash Bank 2 sector 1 location
Individual project was working fine. I used UDS protocol in the Customized boot project for flashing the application code.
Flashing process also working fine. After flashing i used to software reset function. After reset the CRC value verification process was done.
If memory write CRC value and calculated CRC value both are equal means i switch the program from the customized boot code into application project.
At that time i faced an error, illegal interrupt handler error.
Kindly suggest me to solve the above error.
I want to know the below queries,
1. Whether vector table separately have to create for both two projects?
2. How to allocate the location for interrupt vector table in flash memory?
3. How to reassign the flash memory location into ram memory location in run time?
4. How to include the flash API library in the motor control project?
Advance thanks,
B.Punitha.

























