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-CC2640R2: [BLE5][CC2640R2]implement PTM in simple central project

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

Dear Experts,

I would like to implement PTM in CC2640R2 and use simple central project.

I followed the guideline (SimpleLink™ CC2640R2 SDK BLE5-Stack User's Guide 1.01.02.00) but encountered a problem.

<PIC: error code>

I also list  the step of implementation as below.

Configuration information: 

SDK:  "simplelink_cc2640r2_sdk_2_20_00_49"

CCS: "8.1.0.00011"

  • Hi Ivan,

    It looks like you have both HCI_TL_NONE and also HCI_TL_PTM defined in the build_config.opt file for the stack project.

    This causes the lib search tool to pick out the wrong libraries and probably some #if defined checks to go wrong also.

    Best regards,
    Aslak