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.
Hi,
I'm struggling creating a new project, that have all defines, includes and headers.
I created a new project and added some includes and header from project properties.
1) Is there any guidance or video to create such a project?
I got following errors.
This is my directory screen.
2) How can I resolve the error?
Hi Gokhan,
My recommendation will be to import empty_project. That way it will have all the include and linker path will be set properly. After importing, you can change the project name accordingly. Take a look at this link for detailed instruction:
https://dev.ti.com/tirex/explore/node?node=A__Adlf59dR9TRikXjOlRRRsg__c2000Academy__jEBbtmC__LATEST
If you are planning to use DriverLib, then the empty project is located at:
C:/ti/c2000/C2000Ware_4_02_00_00/driverlib/f28004x/examples/empty_projects
If your application will be bitfield based, then empty project is located at:
C:9/ti/c2000/C2000Ware_4_02_00_00/device_support/f28004x/examples/empty_projects
Thanks & Regards,
Santosh
Dear Santosh,
Thank you for answer. I'm planning to use both bitfield and driverlib in the code.
How can I import basically an empty project for that configuration?
Gokhan,
Please refer to this document. It goes through Bitfield approach and then explains DriverLib approach. After that it compares the two approaches and also goes over how to combine the two approaches.
https://www.ti.com/lit/spraa85
Hope it helps.
Regards, Santosh