Hi
On the RTC what time period are ticks, how can I set it up the RTC in Sensor studio to be 100ms and then via an if statement change the RTC in Sensor Studio to be 10mS.
Thank you for any help
David
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.
Hi
On the RTC what time period are ticks, how can I set it up the RTC in Sensor studio to be 100ms and then via an if statement change the RTC in Sensor Studio to be 10mS.
Thank you for any help
David
Hi Marie
I already can control it from the M4, but I dont want to wake up the M4 so in this case it would be better to control it in the SCS software.
Regards
Hi, if you are asking about RTC Task scheduling, you can do so by calling the fwScheduleTask(x) method in your SCS code to dynamically change the scheduling period.
This is however not as efficient as setting up TImer 0/1/2 to wake up the Sensor Controller every 10mS/100mS.
I recommend you look at the documentation in Sensor Controller studio by pressing F1, and then look for "Timer 2 Event Trigger"