2021-08-09 11:25 PM
As stated in UM1052, chapter 14 there is often a requirement to control a BLDC motor control board over a serial connection. The above manual describes the protocol used by older MCSDKs. But the latest MCSDK 5.Y.x seems to use a slightly different procol called ASPEP.
Unfortunately I could not find a documentation for that protocol on the ST web site.
My question is: Is there any documentation of that new protocol or is it required to reverse engineer the STM source code to use it with an different application than the Motor Pilot?
Thank you for any hints!
Best Regards
Thomas
Solved! Go to Solution.
2023-08-18 07:29 AM
Hello everyone, the MCP & ASPEP documentation is provided in the package. The fastest way to find it is through the Motor Control Workbench:
- Open Mc Workbench
- Click top right on "About" button
- Click on "Documentation" -> "Documentation
- Click on "User Manual"
- And finally click on Motor Control Protocol Suite
As it is HTML documentation you can also enter this link in your browser: (replace _your_install_folder_)
file:///C:/_your_install_folder_/MC_SDK_6.1.1/Documentation/html/motor-control-protocol-suite.html
Regards
2021-09-05 03:01 AM
Dear @TThan
I just got back from vacation.
Have you found an answer to your question in the meantime?
Best regards
2021-09-05 03:23 AM
Post a link to the protocol specification, that will have reach beyond the OP, that way subsequent searchers will be able to find it more readily.
2021-09-05 03:56 AM
Sorry, unfortunately I have not found an official documentation until today.
I just proceeded with some reverse engineering and that is working up to the amount of functionality I need for the current project. But that is my internal crude documentation only. Please understand that I do not want to share,
2022-01-21 12:39 PM
Hi Tesla, you mentioned that you posted a link to the protocol specification. Where is the link? Could you please post it again so that I can have it as well? Thank you so much.
2022-05-02 02:43 AM
Hello ST team (@Laurent Ca... )
Now that MCSDK 6.x has been released, are there any plans for a documentation of the ASPEP/MCP protocol ?
2022-10-15 04:15 PM
I created a simple python file which makes some basic communication with MCSDK. It is based on source code exploring with a debugger. Most relevant code is placed in aspep.c, mcp.c, and register_interface.c files.
2023-05-15 09:23 AM
Hello. is there any follow up on the documentation of the ASPEP Protocol?
2023-06-01 04:30 AM
Same question as above. Is there any documentation on the ASPEP Protocol?
2023-06-04 10:00 AM
I also would like the ASPEP Protocol documentation!