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.
Hi,
I am using CCS 4.10.36 with XDS510PP plus to debug the DSP TMS320F243. I am not able to set the breakpoint, the error is Can't Set breakpoint Can't Set/Verify Breakpoint at .
I have verified that "-g" option is enable, step exexution is working but the moment i try to set a break point it throws error.
Please help.
Thanks,
Vikas
Vikas,
I assume you are referring to CC (Code Composer) 4.10 which is a very old tool, and not CCS (Code Composer Studio) as CCSv4 does not support the F24x devices.
Are you trying to set the breakpoint in Flash? If so, the device is limited to 2 hardware breakpoints so you will see an error if you try to set more than that. Also the CCS tool usually automatically sets two breakpoints for end of program and CIO thereby using up some breakpoints as well. I don't recall how it was with CC but I suspect something similar may have been the case. If so, you can disable those automatically set breakpoints to avail of those two breakpoints. Please see this page for more information.
If the number of breakpoints is not the issue, and it possibly has to do with source code/debug association, then try setting the breakpoint at slightly different instructions and via the disassembly view rather than the source view.