In my current application the Sensor Controller is used to get values from an I2C-device in regular intervals. My current approach is to use fwScheduleTask() to wait for the next tick of AON_RTC where the tick period is set by the application to the needs. Their is only 1 Task defined.
Is their any advantage to use Timer x Event Triggers to my current approach?
And in this context, i have another question: What is the state of the Sensor Controller while it waits for the next schedule? And does it have any effect if i change the power mode to low-power-mode before executing fwScheduleTask() and change it back to active-mode at the start of the execution?