7 years, 8 months ago.

Rtostimer

Rtostimer seems only working in milliseconds, is there any way to work in microseconds?

1 Answer

7 years, 8 months ago.

I don't think so. Also the RTOS overhead would also be too large if you go to microseconds, just use a regular Timer/Ticker/wait if you need a short sub-millisecond wait.

Also cmsis-rtos defines a timer with milliseconds resolution (not only RTOS Timer class).

posted by Martin Kojtal 08 Aug 2016