HAL Delay () function does not work with HAL_UART_Receive()
Hi everyoneI'm having this problem while using stm32L073RBT:When I use HAL_UART_Receive() only it seems normal, but when I use HAL Delay () after or before HAL_UART_Receive() the program freezes,Knowing that I did not enable any interrupt!!Thanks