Reading ADC3 VREF, VBAT and VTEMPERATURE on NUCLEO-H743ZI with STM32H743xI MCU - Cannot find any H7 references to the VREFINT_CAL_ADDR to determine Factory burnt VREFINT_CAL value for VDD calculation; same with TEMPSENSOR_CAL1_ADDR and _CAL2_ADDR
I have managed to get ADC working in Interrupt mode and can read the three sensors values into a buffer called ADC3_VALUES[] on each of 3 callback events triggered by the ADC..../* USER CODE BEGIN 1 */void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* ...