Timer api with RUI

Hello,
Is there an api, to know how much time before the callback is called. This is usefull when you want to measure timings between events. I found only api for start, stop and create.
If it’s not possible, can we use STM32 timers with low level commands ?
Thanks everybody

You cannot use the timers directly, they are controlled by RUI3 API.
Next best thing to do is to use millis() to determine the time until a callback is called.

OK, thanks, good idea to use millis().
Do you known if standards STM32 timers are available by Low level functions ?

The timers are preset and controlled by RUI3. If you access them directly, you might cause a firmware crash.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.