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.

CC2642R: Whether tirtos must be used if ble5stack is used, I want use freeRTOS in demo: multi_role

Part Number: CC2642R
Other Parts Discussed in Thread: CC1354P10,

Tool/software:

   Hi, Team

    examples: \ti\simplelink_cc13xx_cc26xx_sdk_7_41_00_17\examples\rtos\CC26X2R1_LAUNCHXL\ble5stack\multi_role。 I want use freeRTOS,it only

 have tirtos。I found some FreeRTOS code in there。Does ble5stack in your demo support freertos? There is only tirtos in the engineering configuration.

If yes, how do I configure this, or do I need to port it manually?

  • Hi, 

    There are 2 options I can think of: 

    1. You can use a different launchpad/device, the CC1354P10_1 which also has support for basic_ble with FreeRTOS

    2. You can use the previous SDK (6.40) which examples can be migrated from TI-RTOS to FreeRTOS. This is the guide how to migrate from TI-RTOS to FreeRTOS for this SDK: Migration guide for TI-RTOS to FreeRTOS

    Also, can I ask what/why you need this application for so I can understand your requirements further? 

    Regards,

    Ivan

  • thanks,SDK(6.40) is support,SDK(7.41) is not support? I tried porting freertos, but found that the icall module could not be stripped from tirtos。

  • With the SDK 7.41 it does not support FreeRTOS with the device you are using unless you use the CC1354P10_1 as an option which has FreeRTOS. But with the SDK 6.40 using CC2642R, you would need to migrate the multi role example from this SDK using the guide above. 

    If your question is answered, please make sure to mark the thread as resolved. This will help other users to find this conversation. Thanks!

    Regards

    Ivan