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.

CCS/AM3352: Breakpoint with "Update View" action slows the program

Part Number: AM3352

Tool/software: Code Composer Studio

I declared a global variable in ISR and set a bp on that variable in order to observe how many times is this ISR triggered dynamically.

When debugging started, the program became very slow. I guess that most of cpu resource is taken away for executing this feature.

Is debug access port the only way for real-time debug?