Tool/software:
How do I take an example project for the Launchpad and convert it to my board? I thought that starting with a new CCS Project, selecting the chip, and then copying the relevant sections of code with changes for my board's layout would work. However, when I create an empty project with main.c and try to compile I get Errors:
Description Resource Path Location Type
Errors (5 items)
#10010 errors encountered during linking; "scratch_CC2652R1F.out" not built scratch_CC2652R1F C/C++ Problem
#10234-D unresolved symbols remain scratch_CC2652R1F C/C++ Problem
gmake: *** [all] Error 2 scratch_CC2652R1F C/C++ Problem
gmake[1]: *** [scratch_CC2652R1F.out] Error 1 scratch_CC2652R1F C/C++ Problem
unresolved symbol ResetISR scratch_CC2652R1F C/C++ Problem
Warnings (1 item)
#10062-D entry-point symbol "ResetISR" undefined scratch_CC2652R1F C/C++ Problem
Is there a better approach to adapting/building a LaunchPad example to a custom board?
Thanks