Posted on October 03, 2016 at 11:36Hi,I want to read the internal temperature of STM32F429II. I am using stm32F4 peripheral library V1.4.4. Below is my code,// Initstatic HAL_StatusTypeDef ADCx_Init(void){ hAdc.Instance = ADC1; if (HAL_ADC_DeInit(...