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.

CCS/TMS320F28377S: Serial boot loader flashing

Part Number: TMS320F28377S
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hello,

I am using TMS320F28377S with CCS. I have written boot loader for the device , I have successfully flashed hex file through boot loader using SCI but when application address is returned from boot loader main function, code goes to the "void abort(void)" in exit.c instead of application address. Do we need to adjust PC or SP before jumping to main application from boot loader ?