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.

TMS320F28035: Can't jump to application code from Boot by asm (" ");

Part Number: TMS320F28035

Hi

We design a customized firmware upgrade flow progress.

Put boot code in Flash sector E~H. Begin from 0x3F7FF6.

Put application code in Flash sector A~D. Begin from 0x3F5FF6.

It can't jump to application code by call asm ("          LB 0x3F5FF6"); Is there any more configuration need to take care? Such as boot and app CMD file? Thanks a lot.