This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28379D: bootloader jumped to application code then it is going to illigal_isroperation_handler.

Part Number: TMS320F28379D

just done with bootloader code. when this bootloader will jump to application code stored in flash.

by using.   

asm(" LB 0X0A0000");

this instruction .

after executing this instruction it will jump to given address and start fetching opcodes .

but when it will reach for fetching main() function opcode it is going for illigal_isroperation_handler.

i dont know how to handle this please give any solution for this.