The way to disable ADC completely?
I am using STM32G070 with CubeMX HAL code. The system runs into STOP mode from time to time. I need turn off the ADC before it entering the STOP. Here is my testing:If running the MCU without ADC by commenting out MX_ADC1_Init(), the system shows 3...