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 ?