Associate II
October 15, 2018
Question
Uart is not working at my PC
- October 15, 2018
- 0 replies
- 646 views
Hi, I generated code by CUBE MX.
Version of Cube mx is 4.27, MDK5 is 5.26
I attach my code.
In my code,
The program stop at this code.
while (HAL_UART_GetState(&huart2) != HAL_UART_STATE_READY)
{
}
Why is it?