Other Parts Discussed in Thread: SYSCONFIG
HI
TI's Bluetooth stack seems to support only TIRTOS, there is an option for FreeRTOS in SYSCONFIG, my question is under what circumstances to use FreeRTOS or TIRTOS?
TDY
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.
We do have freertos support for some of the BLE examples, but we do not have resources enough to provide this for all devices and all examples.
I guess there are pros and cons with both TI-RTOS and freertos, and we do not have a "guide" on when you should select what and why.
For BLE, all the examplesa are availave fro TI-RTOS so I guess that if you do not have very good reasons for not using this, this is what you should go for.
Here is an example for the CC26x2 that uses freertos:
A guide for how to migrate from TI-RTOS to freertos is found here:
Siri