How to measure VBAT, Tempsensor and VREFINT on STM32H753IIK?
I have single channel ADC measurements on ADC1 and ADC2 working with an STM32H753IIK.I need to measure VBAT, Tempsensor and VREFINT, which the source code says is ONLY on ADC3.I generated the following init code:void MX_ADC3_Init(void) { ADC_Channe...