cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7 adc dual regular mode with oversampling

munmax
Associate

Is it possible to use the ADC peripheral of STM32H723 in dual regular simultaneous mode (ADC1+ADC2) with oversampling?

2 REPLIES 2
SofLit
ST Employee

Hello @munmax and welcome to the community,

Yes it's possible. Nothing prevents this configuration.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Imen.D
ST Employee

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 :

STM32CubeH7/Projects/NUCLEO-H743ZI/Examples/ADC/ADC_OverSampler at master · STMicroelectronics/STM32CubeH7 · GitHub

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen