osTimerCreate (freeRTOS) utilize HW Timers ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-08 2: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.
Labels:
- Labels:
-
FreeRTOS
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-08 5:04 PM
It's the OS software timer, which in itself works on a tick interrupts from SysTick hardware timer.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-08 5:04 PM
It's the OS software timer, which in itself works on a tick interrupts from SysTick hardware timer.
