User Activity

I called the "HAL_UART_Receive" function in my "at_send_cmd" function and set its timeout parameter to 30 seconds, but I observed that the function immediately returned HAL_TIMEOUT.My SysTick should be working properly, and I can use the HAL_Delay fu...