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.
I am using OMAP L138 LCDK kit for my project and emulator xds 100v2, i am using CCS 5.5 , while writing the code i am creating new ccs project after that i am giving the connection for emulator, then the edit windows comes for writing the code, and in the project explorer window the include folder is coming but the include folder for omap l1389 lcdk is not coming i have installed omap l138 lcdk startware, i want to know that how to include the header files of omap l138 lcdk in my project or the files which are in the starter ware of omap l138 lcdk how to include these in my project
Hi,
You can follow any one of the steps from below.
1) You can import any OMAPL138 LCDK's example project and disable those exist files [using right click of the selected project] and add files for your app [using right click of the selected project] , In this example project properties had all those include files for OMAPL138 LCDK.
2) Create new CCS project and go to project properties option [using right click] and you can see "include" option, then you have to add the OMAPL138 LCDK include file location.
Compare the properties of OMAPL138 LCDK example CCS project with your new CCS project.