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-EM-CC2340R5: How to compile rcl driver lib

Part Number: LP-EM-CC2340R5
Other Parts Discussed in Thread: CC2340R5

Hi,

I have compiled the whole sdk but the rcl driver not compiled. How can I rebuild the rcl driver lib(ti\simplelink_lowpower_f3_sdk_7_40_00_64\source\ti\drivers\rcl)?

Thanks

  • Hell Tang,

    I hope you are doing well. I wanted to first ask what exactly do you mean "compile whole SDK", are you using CCS? If so what example project are you using, and trying to compile? 
    -If you want to locally define a copy of the RCL driver you can copy paste the .h/.c file into your project locally, then reference that local copy of the RCL driver in your application code; during debug you should be able to place breakpoints in the local copy of the RCL driver and see if the code interacts with it. 

    Thanks,
    Alex F

  • Hi, Alex

    I am using the rfPacketTx_LP_EM_CC2340R5_nortos_ticlang deomo, and i want to catch logs in rcl. I have set the 'ti_log_Log_ENABLE' and rebuilt the rcl lib in the sdk, but still can not catch any log in rcl.

    Thanks 

  • Hello Tang,

    I would first recommend viewing the following E2E thread which discuss using logging on the CC2340R5 device to see if any help your case: 

    https://e2e.ti.com/f/1/t/1315427/

    Next can you detail what you are trying to catch on the RCL? Is it something that we can look up as a register or is it something else. 

    -What CCS version are you using? and do your installed tools match the requirements for the 7.40 SDK? 

    Thanks,
    Alex F

  • Hi, Alex

    I try to copy the rcl driver to local, and the log can be printed now. 

    Thanks.