HAL_Delay and UART problem.
Posted on July 06, 2018 at 14:09I have a problem with stm32f103, if insert in HAL_Delay(1000) in Serial Monitor i see incorrect results, but if i insert HAL_Delay(150) the results are correct. I do not understand why!This is the code:while (1) { HAL...