cancel
Showing results for 
Search instead for 
Did you mean: 

STM32G0 ADC 16-bit oversampling example

Gaston
Senior

Hi,

I'm not able to find any example on STM32CubeIDE about ADC 16-bit oversampling. Could someone from ST provide this for the STM32G0 MCUs?

thanks in advance,

gaston

1 ACCEPTED SOLUTION

Accepted Solutions
RetroInTheShade
Associate III

Hi @Gaston​ ,

If you are using cubemx to configure your project, you can use a generic ADC example for the G0 and then enable oversampling.

Is there a particular aspect that you are looking to clarify?

cheers.

View solution in original post

3 REPLIES 3
RetroInTheShade
Associate III

Hi @Gaston​ ,

If you are using cubemx to configure your project, you can use a generic ADC example for the G0 and then enable oversampling.

Is there a particular aspect that you are looking to clarify?

cheers.

Gaston
Senior

Thank you for the clarify this.

gaston

KDJEM.1
ST Employee

Hi @Gaston​ ,

Besides to the proposal from @RetroInTheShade, you can follow this example: https://github.com/STMicroelectronics/STM32CubeG0/tree/master/Projects/NUCLEO-G070RB/Examples_LL/ADC/ADC_Oversampling_Init

Kaouthar

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.