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/TMS320F28335: SUSPENDED SW BREAKPOINT

Part Number: TMS320F28335

Tool/software: Code Composer Studio

hi

I am working in TMS320F28335 DELFINO processor. I have experimenter development kit. I tried to run the " gpio toggle code" example. the code was built but when I tried to debug it shows " suspended SW breakpoint". In the code there was breakpoint  The example code was from " ti/f28335 examples"

Kindly help me in this problem.

With regards,

Siva A K

  • "Sorry in the code there was no breakpoint, but still it showed the same message.
  • Siva,

    You see this normally in the CCS debug window after you build an load a program.  It appears when the PC is at the first line after main() and indicates only that the program is suspended waiting for you to run it.

    It's normal and does not imply you have set a break-point elsewhere in your program.

    Regards,

    Richard