cancel
Showing results for 
Search instead for 
Did you mean: 

osTimerCreate (freeRTOS) utilize HW Timers ?

ranran
Senior II

Hello,

When using cmsis_os (with freeRTOS), osTimerCreate , does it utilize the real HW timers, or only use the OS timer ?

Thank you,

ranran

1 ACCEPTED SOLUTION

Accepted Solutions
Piranha
Chief II

It's the OS software timer, which in itself works on a tick interrupts from SysTick hardware timer.

View solution in original post

1 REPLY 1
Piranha
Chief II

It's the OS software timer, which in itself works on a tick interrupts from SysTick hardware timer.