/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
***************************************************************...
i made a code about controlling dc motor with temperature sensor but something is clearly wronghere is the code in question
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file ...
i found a problem, it is a chip in proteus, i changed stm32f4 family to stm32f1 family and it workedyou are correct, proteus has an issue, i just need to change the chip
because when i changed temperature, it change voltage reading in PA0 pin, for example 31 degree is 0.31V, 29 degree is 0.29V but it should have been correct and read like that, my thought is uint32_t is a problem but it turns out to be irrelevant.for...