Documentation of ASPEP Protocol?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
STM32 Motor Control
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-18 7: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-05 3:01 AM
Dear @TThan​
I just got back from vacation.
Have you found an answer to your question in the meantime?
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-05 3: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.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-05 3: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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-02 2: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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-15 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-15 9:23 AM
Hello. is there any follow up on the documentation of the ASPEP Protocol?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-01 4:30 AM
Same question as above. Is there any documentation on the ASPEP Protocol?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-04 10:00 AM
I also would like the ASPEP Protocol documentation!
