cancel
Showing results for 
Search instead for 
Did you mean: 

ST Motor Control workbench serial interface specification?

Jolof.1
Associate II

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Jolof.1
Associate II
11 REPLIES 11
Claire O.
ST Employee

Dear Jolof.1,

this specification is indeed missing.

Do you have any particular question on this topic we can try to answer?

Thanks,

Claire

Hi Claire,

I am interested in the same topic - any follow up or news on this?

many thanks in advance

Lorenzo

Jolof.1
Associate II

I got the specification from another person at ST by email, not from this forum..

https://www.st.com/resource/en/user_manual/cd00298474-stm32f-pmsm-singledual-foc-sdk-v43-stmicroelectronics.pdf

​thank you! have you implemented / tried already?

Thanks Jolof!

Indeed it helps.

Is this information enough for you?

Claire

Jolof.1
Associate II

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.

​Awesome - are you using any of c library to handle the communication protocol or you just coded your own?

Jolof.1
Associate II

Made my own, could not find any library for it.

what about this? do you think is possible to use?