BLDC 6 step motor control Algorithm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-08 2:08 AM
The 6 step-Algorithm which is given for the STSPIN. shall we port that code to any other ST controller ?
Solved! Go to Solution.
- Labels:
-
Motor Control Hardware
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-18 6:11 AM
Hi @ielektron​ ,
basically the six-step algorithm can be ported on most of the STM micrcontrollers.
It is a matter to remap the pins and the peripheral used in the algorithm in order to fit the controller board used.
Then, consider that the six-step algorithm needs to monitor the voltage on the motor phases in order to detect the zero-crossing of the BEMF signals.
So, some components must be present on the controller board to read the phases voltage of the motor.
Does this answer solve your question ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-18 6:11 AM
Hi @ielektron​ ,
basically the six-step algorithm can be ported on most of the STM micrcontrollers.
It is a matter to remap the pins and the peripheral used in the algorithm in order to fit the controller board used.
Then, consider that the six-step algorithm needs to monitor the voltage on the motor phases in order to detect the zero-crossing of the BEMF signals.
So, some components must be present on the controller board to read the phases voltage of the motor.
Does this answer solve your question ?
