Resolved! F411 ADC1 VBAT Reading Too High
Hi,I have a PCB with F411 as MCU.MCU VBAT pin is directly connected to battery positive pin.I try to use ADC1 to read the VBAT value. Here is the ADC1 init code: ADC_ChannelConfTypeDef sConfig = {0}; /* USER CODE BEGIN ADC1_Init 1 */ /* USER ...