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.

LAUNCHXL-CC26X2R1: need for ICall?

Guru 18605 points
Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: BLE-STACK

Dear,

my code, besides BLE stack, has a BLE application thread, a RTC thread, a sensors thread... seems to work fine.

From my understanding, ICall is only needed among threads which need interaction with BLE stack, e.g. the BLE application thread.

Sometime I require the current time. For this, the BLE application thread wakes up the RTC thread which is pending on a normal TI-RTOS Event, no need for ICall intervention here. Am I right? My question is, using raw RTOS primitives for non-BLE threads does not conflict with ICall, or prevents me from obtaining optimum power consumption, does it?