X-CUBE-SPN7 motor control
Dear all,
I am using the STM32 Nucleo pack with a F302R8 card, the IHM07M1 and the associated motor.
The library for motor control (6Step_Lib.c) of X-CUBE-SPN7 only provides a few functions, for ex MC_StartMotor, MC_StopMotor() and MC_Set_Speed().
I would thus be interested to know how to control the motor given a specific angle as input : it seems that only using theses 3 functions won't be precise enough : for example if we use MC_Set_Speed() to set the speed at w degree per second, and if we want a rotation of theta degree, rotate the motor (at speed w) for theta/w second won't enable to target a precise angle.
Thanks for your help & time ! :)
