timers: large drift if hardware timer has a low resolution #53024
-
Describe the bug
To Reproduce
Expected behavior Impact Logs and console output
Using
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@jeppenodgaard, on your target application, you can return to using systick as the timer source. This behavior, or side affect, of changing timers is something to consider when making power tradeoffs. In the PR you referenced, the following comment is in the board DTS to give guidance to switch back if needed:
We will look at changing the default back to systick and have GPT used when enabling power management. In the meantime, I'm changing this report to a discussion thread. |
Beta Was this translation helpful? Give feedback.
@jeppenodgaard, on your target application, you can return to using systick as the timer source. This behavior, or side affect, of changing timers is something to consider when making power tradeoffs. In the PR you referenced, the following comment is in the board DTS to give guidance to switch back if needed:
We will look at changing the default back to systick and have GPT used when enabling power management. In the meantime, I'm changing this report to a discussion thread.