TIDUF23 may 2023
Import the project into CCS and select the appropriate build configuration. Right-click on the project in the Project Explorer and select Rebuild Project. Confirm that the Console pane shows that the project built without any errors.
On successful completion of the build, with the tidm_02014 project selected, go to Run → Debug or click the Debug button on the tool bar. By default the project will launch a debug session using the TMS320F280039C.ccxml file in the project. TMS320F280039C.ccxml is configured to use the Texas Instruments XDS110 USB Debug Probe on board the TMDSCNCD280039C controlCARD.
After clicking Debug, CCS will automatically connect to the target, load the output file into the device, and change to the CCS Debug perspective. The program should be halted at the start of main().
If the Expressions pane is not already open, click View → Expressions in the CCS menu bar. You can either add variables manually or you can import a recommended list of variables associated with this build level by right-clicking within the Expressions window, selecting Import..., and finding the file <SDK install location>\solutions\tidm_02014\common\debug\tidm_02014.txt. Click OK and the window will be populated with variable.
Click the Continuous Refresh button in the Expressions window tool bar to tell CCS to update the data continuously at a rate defined in the CCS debug preferences.