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.

CC1311R3: [CC1311R31T0RKPR 5X5]how to import CC1311R3 sample code.

Part Number: CC1311R3

HI TI.

I'm using CCS V12 with simplelink_cc13xx_cc26xx_sdk_6_20_00_29.

how can I import the CC1311 sample code?

I can't find a sample code for CC1311.

could you help me?

I have a CC1312 program that needs to be ported to CC1311,

  • Please try to do the following steps:

    Start with one of the examples for the CC1312 from the SDK and switch the device to CC1311R3RKP

    Change the device family from DeviceFamily_CC13X2X7 to DeviceFamily_CC13X1

    Under project settings -> Build -> Arm Compiler -> Processor Options view, change

    Under project settings -> Build -> Arm Linker -> File Search Path -> Include library file or command file as input.

    Replace:

    ti/devices/cc13x2x7_cc26x2x7/driverlib/bin/ticlang/driverlib.lib

    with:

    ti/devices/cc13x1_cc26x1/driverlib/bin/ticlang/driverlib.lib

    Remove the CC13x2x7 linker file (cc13x2x7_cc26x2x7_xxx.cmd) from the project and replace it with the correct CC13x1 linker file (cc13x1_cc26x1_xxx.cmd) found here:

    C:\ti\simplelink_cc13xx_cc26xx_sdk_x_xx_xx_xx\source\ti\boards\cc13x1_cc26x1

  • HI Expert.

    Thank you very much for your help, I can use it already,
    I think this thread will be very helpful for other people later.