Other Parts Discussed in Thread: SYSBIOS
Hello,
I am trying to debug an application on CCS 11.1. When I load the program on the DSP core of the AM5729 (TMSIDK572x) device, the program immediately starts running and does not stop at main().
I paused the application, set a breakpoint at the initial line of the main() function and restarted the program. The program still does not come to the main() function. So it is apparently getting stuck at some point of execution even before reaching the main() function.
The application is working and I have been able to debug it earlier. However, I had to reinstall CCS after I changed my laptop, and now I am not able to debug it.
Any pointers to how I can solve this problem?
Thanks,
Dimple