STM32F7 ADC driver issue when changing channel from vbat to temp sensor.
file - stm32f7xx_hal_adc.c function - HAL_ADC_ConfigChannel issue - The ADC_CHANNEL_VBAT and ADC_CHANNEL_TEMPSENSOR channels are shared so only one can be used at a time. If you want to use both, you will need to swap between the two. When swapping f...