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.

CCS/LAUNCHXL-CC26X2R1: Creating a Custom Board File

Part Number: LAUNCHXL-CC26X2R1

Tool/software: Code Composer Studio

Following the instructions in this link: http://dev.ti.com/tirex/content/simplelink_cc2640r2_sdk_2_40_00_32/docs/ble5stack/ble_user_guide/html/ble-stack-5.x/custom-hardware.html 

I was trying to create a custom board file that supports my hardware.

I got stuck in 

Replace CC26X2R1_LAUNCHXL by MYBOARD in your project’s application predefined symbols (See Compiler Options), I was not able to find "CC26X2R1_LAUNCHXL" symbol to be defined in the project properties.


How to change the symbol "CC26X2R1_LAUNCHXL" to "MYBOARD"?

SDK version 3.10.01.11

CCS  9.0.1.00004 

example Multirole

  • Hi,

    The sentence "Replace CC26X2R1_LAUNCHXL by MYBOARD in your project’s application predefined symbols" means “Change the name of the symbols CC26X2R1_LAUNCHXL _XXX by MYBOARD _XXX” (the symbol CC26X2R1_LAUNCHXL does not exist).

    For example “CC26X2R1_LAUNCHXL_DIO23_ANALOG” must be changed in “MYBOARD_ DIO23_ANALOG”

    I hope this will help,

    Best regards,

  • When I compiled my project after create custom board file, It has the following errors