Replies: 1 comment 2 replies
-
@xgonc You can use tickless idle with or without lptimTick.c. Setting Setting Either way ( A task that calls |
Beta Was this translation helpful? Give feedback.
-
@xgonc You can use tickless idle with or without lptimTick.c. Setting Setting Either way ( A task that calls |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@jefftenney, first of all, great work!
I was able to include lptimTick on my project with
configUSE_TICKLESS_IDLE 2
and it runs as expected.I'm not sure when the sleep mode is activated. Is it on every call of
osDelay()
?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions