TIDUF17 November 2022 TMS320F2800152-Q1 , TMS320F2800153-Q1 , TMS320F2800154-Q1 , TMS320F2800155 , TMS320F2800155-Q1 , TMS320F2800156-Q1 , TMS320F2800157 , TMS320F2800157-Q1
Import the project into CCS and select the appropriate build configuration. Open the sys_settings.h file and set the #define for DMC_BUILDLEVEL to DMC_LEVEL_1. This configures the project to run the first incremental build. 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_02012_ecompressor 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_02012_ecompressor\common\debug\tidm_02012_level1.txt. Click OK and the window will be populated with variables as shown in Figure 3-8.
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.