Resolved! Displaying the value of a temperature on the LCD
Hello everyone, so what I’m going to do is displaying the value of the temperature on the LCD of the STM32F413H-Disco with a PT100, i wrote this code:int value;char getvalue[20];...MX_ADC_Init();HAL_ADC_Start_IT(&hadc1); (I choose Interruption becaus...