Other Parts Discussed in Thread: TMS320F28069, C2000WARE
Dear TI Team,
We are facing the following issues in TMS320F28069 while debugging in CCS:-
-
When an ADC interrupt is generated, the ISR handler copies all ADC register data into a global variable.
-
There is a breakpoint in the ADC ISR handler routine.
-
When we open debug mode and click on the resume button:
-
The code execution stops at the breakpoint (in the ADC handler).
-
If we click the resume button again or toggle between the resume and suspend button, the code does not stop at the breakpoint (in the ADC handler).
-
However, if we press the Suspend button and resume again, the code stops at the ISR handler breakpoint (ADC ISR).
-
The main query is: when we are debugging with the ADC ISR breakpoint, does it come only once when we press the resume button or toggle between the resume and suspend button.
we attached a video of the problem for your reference.
We are using these versions of CCS and C2000ware
ccs1210(Code composer Studio 12.1.0) C2000 (C2000Ware_4_02_00_00)