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/SIMPLELINK-CC32XX-SDK: How to debug SimpleLink devices in CCS Debug mode (CC3235S)

Part Number: SIMPLELINK-CC32XX-SDK
Other Parts Discussed in Thread: CC3235S

Tool/software: Code Composer Studio

I'm familiar with the way to debug TI mmWave devices by its xer4f file after building project. But after built project for CC3235S, I don't see xer4f file. Please tell me how to run CCS Debug mode for SimpleLink devices.

  • Hi Hector,

    CC32xx devices use .out files for CCS debug and .bin for flashing. If you build a project and select the green Debug button in the CCS menu, a debug session will start where you can step through code, add breakpoints, etc.

    For more CCS debug tools, see the TI-RTOS Basics training.

    Best regards,

    Sarah