2021-06-26 12:18 AM
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?
Solved! Go to Solution.
2021-06-28 12:59 AM
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
2021-06-27 07:32 PM
Adding of "Motor Control Hardware" topic.
Best regards
2021-06-28 12:59 AM
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
2021-06-28 04:15 AM
Thank You for the answer. Now I understand that it's ok to do 2 samples 1 after another.