Senior III
December 29, 2021
Solved
Simple ADC configuration - STM32G0 specific problem
- December 29, 2021
- 3 replies
- 3034 views
Porting a working solution from STM32L031 to STM32G0B1 I try to configure ADC in CubeMX . It is a very simple, typical setup. 3 channels converted in "one shot" mode with DMA, triggered by slow 1Hz timer.
All I am getting is HAL_ADC_ErrorCallback(), state: HAL_ADC_STATE_REG_OVR, errorCode: HAL_ADC_ERROR_OVR.
Almost identical setup works great on STM32L031.
I am stuck and clueless. Please advise.
CubeMX is the latest 6.4, firmware package STM32Cube FW_G0 V1.5.0



