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.