Tool/software: Code Composer Studio
Hi Community,
I'm trying to develop a project from scratch for a CC2640R2F board, therefore Im using CCS/CCS Cloud.
The only advise for this was a code snippet from a basic main function that I found here:
Sadly, they did not say anything about how to define variables and which file dependencies do the functions have(i.e. the file where they are defined). This leads of course to definition errors.
Im struggling finding good indications of how to start an own project(from scratch). If I only could know how to set the basic configuration(files, code, definitions, etc) that would allow me to start code my own main function with some Profile/Services, I would be very thankful.