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.

LP-CC1311P3: Porting to CC1311R31T0RKPR

Part Number: LP-CC1311P3
Other Parts Discussed in Thread: CC1311R3, CC1311P3, SYSCONFIG

Hey,

I need to port project that was built in LP-CC1311P3 to CC1311R31T0RKPR which has different pins.

I'm using CCS v12 and can't generate any template and neither can I find any guide to do so, can you assist me please.

  • Hi

    I do not have any HW to test this with, but please try the following steps.

    Import a project for the CC1311P3 device, and rename the project to CC1311R3

    rfPacketTx_LP_CC1311P3_tirtos7_ticlang -> rfPacketTx_LP_CC1311R3_tirtos7_ticlang

    I am using the rfPacketTx as an example:

    Open the device view of SysConfig and click on the Switch option

    Select the required target device (CC1311R3RKP) and select the board as ‘None’. Ensure that you have left the Lock PinMux selection unchecked. This is necessary to be able to edit the pin mapping to fit our custom board design.

    Under RF Stacks (Custom), you need to acknowledge an error and accepting a value as shown below:

    Under RF, set number of antenna switch control pins to 0.

    Clean and rebuild your project

    BR

    Siri