Part Number: CC2650
Tool/software: TI-RTOS
Hello,
On the sensor controller side, we have a call to fwScheduleTask(1), which waits 1 RTC tick period before re-executing the task, however, on the main CPU side, we have a call to scifStartRtcTicksNow(65) which amounts to a 1 millisecond delay between task execution. Which is the actual value used by the sensor controller for delay between executions... 1 RTC tick period, or 1 milliseconds?
Thank you