Configure STM32H750 ADC123 to simultaneously capture same channel in independent mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-06 3:28 AM - last edited on ‎2024-12-09 1:31 AM by Andrew Neil
As the title suggests, the chip manual states that in dual ADC mode, ADC cannot be configured to simultaneously capture the same channel, but there is no explanation for independent mode. Is it feasible in independent mode? If not, what are the reasons behind it?
- Labels:
-
ADC
-
STM32H7 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-06 3:31 AM
I have tried configuring ADC123 to simultaneously collect data from the same channel, and from the sampled data, there are no abnormalities. Does this mean it is feasible? If feasible, may long-term operation lead to internal hardware circuit problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-06 4:37 PM
First things to consider is accuracy. If the purpose of tripple sampling is to average and lower noise, than I don't think this is a good idea, since Rds of the selected channel != 0 than current to recharge S/H capacitors for all tree adc spikes x3, and the same apply to noise.
Secondly, all ADC share one Reference voltage source, and again triggering simultineously 3 adc generates distorbance /interference for each other. Even when they do convertion on separate channels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-09 1:00 AM
I just want to verify the consistency of the three ADCs to improve the reliability of the system. Based on the current test results, there are no abnormalities in the original sampling data. Does this indicate that the proposed solution is feasible?The result is as follow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-09 6:34 AM
Results are too good to be real, deep fake?
what uCPU board is in test?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-09 5:24 PM
The result was actually tested and has been consistent multiple times. We are using a board that we have designed ourselves.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-11 4:42 PM
Can you help confirm? This is crucial for my current application. You can find a board to test it out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-11 7:39 PM
I don't understand a question.
"reliability" of the system has nothing to do with simultenious sampling.
In short, from hardware point of view you can sample three adc at once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-12 6:19 PM
Yes, what I want to know is whether it is possible to use three ADCs simultaneously to collect the same channel in independent mode from a hardware perspective. Why consider reliability? It's because we encountered a problem, and there are similar situations in the community, see link: https://community.st.com/t5/stm32-mcus-products/stm32h750vbt6-adc-16bit-14bit-issue/td-p/709534.
I have also encountered a similar problem where ADC1 channel data collection is abnormal. I have tried to modify various parameters, but none of them have been effective. However, when configuring ADC2 or 3 to collect the same channel data, the data is normal. Therefore, I suspect that ADC1 is the problem. So we want to use ADC123 to collect data simultaneously and verify each other to identify this issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-12 6:21 PM
Just to add, I want ADC123 to collect the same channel simultaneously, which is allowed from a hardware perspective, right?
