2024-12-10 03:16 AM
Is it possible to use the ADC peripheral of STM32H723 in dual regular simultaneous mode (ADC1+ADC2) with oversampling?
2024-12-10 06:32 AM - edited 2024-12-10 06:32 AM
Hello @munmax and welcome to the community,
Yes it's possible. Nothing prevents this configuration.
2024-12-10 07:29 AM
Hello @munmax ,
As said by @SofLit , yes it is possible to use the ADC in dual regular simultaneous mode (ADC1+ADC2) with oversampling feature.
For more details, you can refer to the reference manual RM0468, in "Dual ADC modes support when oversampling" section.
You can also get inspired from the ADC_OverSampler example available in the STM32CubeH7 package :