2020-04-28 08:38 AM
Where can i find the serial port communication protocol specification, so i can control a motor over the uart, without using ST Motor control workbench?
Solved! Go to Solution.
2020-07-09 07:53 AM
I got the specification from another person at ST by email, not from this forum..
2020-05-11 02:04 AM
Dear Jolof.1,
this specification is indeed missing.
Do you have any particular question on this topic we can try to answer?
Thanks,
Claire
2020-07-09 07:46 AM
Hi Claire,
I am interested in the same topic - any follow up or news on this?
many thanks in advance
Lorenzo
2020-07-09 07:53 AM
I got the specification from another person at ST by email, not from this forum..
2020-07-09 07:56 AM
thank you! have you implemented / tried already?
2020-07-09 08:00 AM
Thanks Jolof!
Indeed it helps.
Is this information enough for you?
Claire
2020-07-09 08:09 AM
You are welcome Claire =)
Lmazz.1 : Yes i have implemented "motor control protocol (MCP)". In controller that controls two motors. Works fine, a hint is top read out the fault flags, in case a fault occurs the motors stops and the flags needs to be cleared before you can continue running the motor.
2020-07-09 08:12 AM
Awesome - are you using any of c library to handle the communication protocol or you just coded your own?
2020-07-09 08:20 AM
Made my own, could not find any library for it.
2020-07-09 08:27 AM
what about this? do you think is possible to use?