Skip to main content
ielektron
Visitor II
September 8, 2020
Solved

BLDC 6 step motor control Algorithm

  • September 8, 2020
  • 1 reply
  • 673 views

The 6 step-Algorithm which is given for the STSPIN. shall we port that code to any other ST controller ?

This topic has been closed for replies.
Best answer by Dario CUCCHI

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 ?

1 reply

Dario CUCCHI
Dario CUCCHIBest answer
ST Employee
September 18, 2020

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 ?