Part Number: TMS320F28069
Other Parts Discussed in Thread: C2000WARE
After I finish burning the code and performing watchdog reset I noticed the code is stuck at the instruction ESTOP0 in address 0x3ff4fa and the code does not finish the reset process. when trying to understand the code I saw that the code belongs to the boot and I could not find the source code. Maybe it is a Boot library. when debugging the assembler I saw that in address 0x3ff4a8 the term *-sp[3] is compared with "2" and if it equals it jumps to ESTOP0 and the code is stuck. I added the code from reset at address 0x3ff75c

after the code jumps to 0x3ff456 , I attached this code also.



in the end it jumps to 0x3ff4f8 and I attached this code also, where it performs the ESTOP0 command.

Can anybody give me a hint to the problem.