STM32F0 internal temperature sensor always returns 0x0FFF
HiI'm using the STM32F091RC controller and I try to read the value from the internal temperature sensor using the HAL functions in a FreeRTOS project. The code I use:static HAL_StatusTypeDef initADC(void) { /**Configure the global features of the...