Hello everyone,
I am currently using a Teensy 3.2 to control a stepper motor at relatively high speeds (1000 RPM max @ 800 steps / turn => around 13kHz).
I'm using a modified AccelStepper to control the motion, where the timing is not controlled by polling in the main loop but by using a...