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: How to use Dynamic Printf



Tool/software: Code Composer Studio

Hello. I am a beginner of CCS (Ver.7.2.0).

I tried to use Dynamic Printf by right clicking in Editor window. ("Add Dynamic Printf")

Then, I ran program. But there was any message in Console window.

When I set Breakpoint on the same line, program is halted. So, PC (program counter) is stopped in that line surely.

Does it need special setting to use Dynamic Printf?