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?