The document provides 9 steps for simulating a program on the Texas Instruments DSK6713 device in Code Composer Studio: 1) Create a workspace, 2) Create a target configuration file for the DSK6713 simulator, 3) Launch the target configuration, 4) Create a new CCS project for the DSK6713, 5) Write the program, 6) Save and build the program, 7) Link the target configuration to the project, 8) Build the project, and 9) Debug and run the project.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
91 views1 page
Steps For Simulation DSK6713
The document provides 9 steps for simulating a program on the Texas Instruments DSK6713 device in Code Composer Studio: 1) Create a workspace, 2) Create a target configuration file for the DSK6713 simulator, 3) Launch the target configuration, 4) Create a new CCS project for the DSK6713, 5) Write the program, 6) Save and build the program, 7) Link the target configuration to the project, 8) Build the project, and 9) Debug and run the project.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
DSK6713
Steps for Simulation
1. To create a new work space File → Switch Workspace → Other Select a workspace from local disk D → ok 2. To create a target configuration File → New Target Configuration File →Give appropriate Filename with CCXML Extension → Finish Connection – Texas Instruments simulator→device-C6713 device cycle accurate simulator, Little Endian. Click Save. 3. To launch target configuration View → Target Configuration → User defined (folder) (If any error occurs delete it) Right click on the target configuration file you created-set as default
4. To create new project
File → New → Project→Code Composer Studio→CCS project→Next Give appropriate project name Output type should always be executable Family – C6000 Variant – DSK6713 Connection - – Texas Instruments simulator Click empty project (with main c) → Finish 5. Type the program 6. Save the program
8. 7. To Link target configuration to project
View → Target Configuration → User defined (folder) Right click on the target configuration file you created-link file to project→ select your project name
8. To Build Project Project→build all
9. To debug the program
In your workspace, select the project folder → Debug → select your file To run project