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.

LAUNCHXL-CC26X2R1: adapting/building a LaunchPad example to a custom board

Part Number: LAUNCHXL-CC26X2R1

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