STM32 ADC 16bits resolution
STM32 MCU has 12 bits ADC resolution, but some MCU claim "up to 16-bit with hardware oversampling". When I setup ADC in STMCubeMX, no option for "hardware oversampling", how to achieve 16-bit ADC resolution?
STM32 MCU has 12 bits ADC resolution, but some MCU claim "up to 16-bit with hardware oversampling". When I setup ADC in STMCubeMX, no option for "hardware oversampling", how to achieve 16-bit ADC resolution?
If it's in the hardware, then it's probably described in the reference manual.
You shouldn't trust Cube anyway.
And my experience: as soon as you're really working (and not just "playing around") with the STM32, you need some deeper understanding, which means you should do lots of register reads and writes directly, and Cube and HAL functions mostly only serve as some setup, or a base for finding out what's going on.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.