2019-01-08 02:43 AM
Hello,
When using cmsis_os (with freeRTOS), osTimerCreate , does it utilize the real HW timers, or only use the OS timer ?
Thank you,
ranran
Solved! Go to Solution.
2019-01-08 05:04 PM
It's the OS software timer, which in itself works on a tick interrupts from SysTick hardware timer.
2019-01-08 05:04 PM
It's the OS software timer, which in itself works on a tick interrupts from SysTick hardware timer.