-
How can I create a monotonic timer instance using |
Beta Was this translation helpful? Give feedback.
Answered by
burrbull
Aug 15, 2025
Replies: 1 comment
-
https://github.com/stm32-rs/stm32f4xx-hal/blob/master/examples/rtic2-tick.rs You need |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
falOn-Dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/stm32-rs/stm32f4xx-hal/blob/master/examples/rtic2-tick.rs
You need
rtic2
andrtic-tim3
features to be enabled for this example.