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.
Tool/software: Code Composer Studio
Hi,
I was trying to put a breakpoint in my ADC ISR but I think its not hit since SW Breakpoint has lower priority than ADC ISR.
Can you please elaborate ?
Thanks and best regards
Bhawandeep Singh
Hi Bhawandeep,
If you put a breakpoint (even a SW breakpoint) in the ISR it will stop there when the code is reached. If the breakpoint is not triggered the most likely reason is that the code is not reached.
Note that a SW breakpoint just becomes a NOP if the emulator is not connected.