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 C2000 Launch Pad. and using CCS 6.0.1
I have simple code for ADC read and PWM.
In CCS debug mode, I have set few break points in the code and in the breakpoint properties the action is set to "Remain Halted". My assumption is whenever program counter will reach the break point, the code will stop executing at that point unitll the I click the run button again, but the code keeps on running. I know code reached the break point since I can see variables updating in the watch window but the code does not stop at that point.
Please guide me. What I am doing wrong. How do I use breakpoints, so that code stops executing, where breakpoint is set.
Many Thanks,
Ishan
Hi Ishan,
ISHAN SHAH1 said:Please guide me. What I am doing wrong. How do I use breakpoints, so that code stops executing, where breakpoint is set.
Are you able to set atleast one breakpoint?
Also, check this link:
Regards,
Gautam
Hi Gautam,
Thanks for replying. I am able to set breakpoints at many places by double clicking on the side bar, but the problem is program does not halt at the set points.
I have tried both hardware and software breakpoints. In the break point properties I have clearly set as remain halted.
is it something to do with C2000 launchpad capability or CCS thing ?
Thanks,
Ishan
I think what Gautam mean is, if you put one breakpoint only, does it work (halt) or not?
Please remove all the remain breakpoints, and put only one breakpoint. Does this breakpoint work?
Best regards,
Maria
Hi I tried putting just 1 break point it did not work.
But fortunately I think I found the problem .
In the debug configurations, under the Target settings.
I unchecked the " Disable all the breakpoints when loading a different program " button and now the break points work just fine.
Many Thanks,
Ishan
Attached is a screenshot of my workspace.
I have gotten this to work now.
This is what I did, which didn't work:
I would set a software breakpoint, debug the code, and then not be able to pause/resume the code at the single breakpoint I had.
This worked:
I debugged the code, and then after debugging, I set a breakpoint in the code, and I could pause the code at the single, and then multiple breakpoints.
I am not sure how I know if the code is set to flash or ram though. How do I know this?
How do you toggle between running the code in flash versus running the code in RAM?
If you are using one of the examples from controlSUITE then you should be able to select the build configuration by right clicking on project and then clicking on options as shown below.
Regards,
Vivek Singh