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.

TMDSDSK6713: Interrupt in DSK6713 with Breakpoint

Part Number: TMDSDSK6713

Hi. I am running interrupt in DSP kit DSK6713. In the interrupt called function, I am using a breakpoint. But at breakpoint, it doesn't stop the interrupt timer, so it makes the inetrrupts in the queue and I can,t check the timing correctly. 

Kindly Help how to stop the interrupt timer as well with the breakpoint. 

Regards

  • Hello,

    You should be able to configure the debugger to stop the timer in the CCS configuration. I would need more information about your JTAG emulator and CCS version to give you more guidance.

    Another thing you can try is placing a print statement in the ISR instead of a breakpoint.