-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @EeeLo This can explain what you see if you don't use a STM32FAxx based board. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I already to fix it by never setOverflow() < 10 |
Beta Was this translation helpful? Give feedback.
Hi @EeeLo
Sorry for the delay, looking at the library, it seems only some STMF4xx boards are supported (using HardwareTimer) else a generic timer implementation is used.
https://github.com/luni64/TeensyStep/blob/795d58bcf90401e4d3360265fd7d34ca8beb16ae/src/timer/stm32/TimerField.h#L1
This can explain what you see if you don't use a STM32FAxx based board.
I guess the support for other could be added easily as the HardwareTimer API is common for all stm32.