F29H85x-SDK  1.02.00.00
 
CCS Build Project

Table of Contents

Note
The steps on this page need to be done once on a given host machine

Build Program

  • Following are the options to build and load an example program
    • Build and Load together in a single click
      • Righ click on the project and select 'Debug Project (F5)' option
        Debug CCS project
      • It performs the following sequence
        • Builds the project
        • Executes the 'Post build sequence for FLASH configuration'
        • Launches the Target Configuration based on the 'TMS320F29H850TU9.ccxml' included in projectspec
        • Prompts user to select the core to load the program
          Select core to load program
        • Connects to the target core selected in above step
        • Loads the program onto the selected core
    • Build and Load separately
      • Build
        • Right click on the project and select either 'Build Project(s)' or 'Rebuild Project(s)' option
          Build CCS project
        • Upon successful build, example program is generated 'C:\Users\user_id\workspace_ccstheia\timer_ex2_cputimers_syscfg\RAM\' folder
        • Executes the 'Post build sequence for FLASH configuration'