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.
Tool/software: Code Composer Studio
I am new to LAUNCHXL2-570LC43 and I am trying to evaluate it. I have installed CCS V7, HALCOGEN, MINGW. How to develop application code for the Launchpad?? kindly Help..Thank you
Hello Deepak,
The Help Topic in HALCoGen provides a list of examples.
To create a CCS project:
1. Select File → New → CCS Project, from the Code Composer Studio menu bar, after starting the Code Composer Studio IDE. A window will open asking you where to create the Code Composer Studio project. You can create the project in the existing workspace, and name the project.
2. Create the project using the template of TMS570LC43x device
(a) Select the Target: TMS570LC43xx
(b) Select the Emulator (XDS110 USB Emulator)
(c) Create the project in the existing workspace, and name the project
(d) Select the Compiler version
(e) Leave Advanced settings to default. ( Output type - Executable, Output format - eabi)
(f) Under Project Templates select "Empty Project"
3. Select Finish and a Code Composer Studio project will be created in the workspace folder
4. Then use HALCoGen to generate source files directly into this folder
To create a HALCoGen project:
1. Start the HALCoGen program, which will bring up a startup screen
2. Select File → New → Project from the HALCoGen startup screen. A window appears asking you to select a device type, a working folder, and to select a name for the project. Please use the same workspace folder for the project
3. With the same device (TMS570LC43x) as was selected when creating the Code Composer Studio Project
4. With the same project name and location used when creating project in CCS
So you get a project in CCS with the source code and header files.