Replies: 1 comment 1 reply
-
Hi @EeeLo It seems the STM32 is not officially supported and a dedicated dev branch for STM32 exists. As you stated you used and modified it. Here you didn't provide useful information to be able to help. No code, log seems not useful. As you used third party library with a non-maintained branch and modified by you, we can't help. If you are able to reproduce without this library we will please to help or provide to Teensystep maintainer enough information to be able to help on the issue you closed. |
Beta Was this translation helpful? Give feedback.
-
I'm using Teensystep library to control steper motor, Arduino IDE and nucleo-f446re board,but there have some problem with my project.my code set new speed value frequently,I track the timer code is .setOverflow(), but sometimes the code already call .setOverflow() and motor freeze some millisecond and then to run,any good idea?

this is output data pic from setOverflow():
we can see that the code already to call successful with new value,
this is Teensystep library:
Beta Was this translation helpful? Give feedback.
All reactions