cancel
Showing results for 
Search instead for 
Did you mean: 

Is provided ST tutorial on youtube (Motor Control Part5 ) support BLDC motors?

GMoha.1
Associate II

provided ST tutorial on youtube (Motor Control Part5 )  indicates it support PMSM motors .

is provided FOC FW library support BLDC motors also?

1 ACCEPTED SOLUTION

Accepted Solutions
Dario CUCCHI
Senior II

Hi @GMoha.1​ ,

the FOC FW library drives the motor applying three sinusoidal currents, so it is optimized for PSMS motors, which generates sinusoidal BEMF.

In case of BLDC motor having a trapezoidal BEMF, maybe the best way is to use a six-step algorithm.

On top of that, six-step algorithm is simpler to be implemented than FOC algorithm.

Have a good day !

View solution in original post

1 REPLY 1
Dario CUCCHI
Senior II

Hi @GMoha.1​ ,

the FOC FW library drives the motor applying three sinusoidal currents, so it is optimized for PSMS motors, which generates sinusoidal BEMF.

In case of BLDC motor having a trapezoidal BEMF, maybe the best way is to use a six-step algorithm.

On top of that, six-step algorithm is simpler to be implemented than FOC algorithm.

Have a good day !