Sampling 3 phase current with only 1 ADC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-27 7:32 PM
Adding of "Motor Control Hardware" topic.
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-28 4:15 AM
Thank You for the answer. Now I understand that it's ok to do 2 samples 1 after another.
