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.
Dear Team,
I am developing the code base with f28379d to interface SCI, CAN, EPWM and internal ADC. However when I added the internal ADC api files; I am unable to debug my code (neither RAM or flash). I get above mentioned error. Sofor more diagnosis i stepped through the code and observed that breakpoint is hitting the ESTOP0 instruction in disassembly window from the line SysCtl_delay(2000); in sysctl.c file. Please help to resolve the issue. I am using only CPU1. Attaching my project in ZIP file for further diagnosis.
CCS Version: 12.6.0.00008
compile version- TI v22.6.1.LTS
Thanks.boost_conv_cpu1.zip
Hello Pravin,
I get above mentioned error
If this error appears on an opened file when you try to pause the debugging or when it hits an ESTOP0 instruction, this is not an actual issue with the program itself. The message is essentially indicated that it can't find the source file to display it as a normal debugging file (the only way to view the application at this point is to use the Disassembly window). If you want to be able to step through it like a normal file, you will need to include all relevant source files within your project instead of using libraries, that is my understanding.