Skip to main content
MMila.3
Associate
June 26, 2021
Solved

Sampling 3 phase current with only 1 ADC

  • June 26, 2021
  • 2 replies
  • 1004 views

Hello,

In motor control pack P-NUCLEO-IHM001, microcontroller is STM32F302R8 which has only 1 ADC.

The motor drive has option to use 3 current shunts.

By analyzing the datasheet, ADC does not have multiple sample & hold circuits.

So, how would it be possible to sample 3 phase current with this mcu?

This topic has been closed for replies.
Best answer by cedric H

Hello,

We sample only two phases and reconstruct the third one. We select the two phases to sample according to the electrical position of the rotor.

With the configuration with one ADC, the two sampling are executed in a row.

Regards

Cedric

2 replies

Laurent Ca...
Senior III
June 28, 2021

Adding of "Motor Control Hardware" topic. 

Best regards

cedric H
cedric HAnswer
Technical Moderator
June 28, 2021

Hello,

We sample only two phases and reconstruct the third one. We select the two phases to sample according to the electrical position of the rotor.

With the configuration with one ADC, the two sampling are executed in a row.

Regards

Cedric

MMila.3
MMila.3Author
Associate
June 28, 2021

Thank You for the answer. Now I understand that it's ok to do 2 samples 1 after another.