User Activity

Posted on April 02, 2017 at 08:19Hi, I am following STM32F411RE-Nucleo example for UART_HyperTerminal_IT.My first TX_IT works great. The problem is in the second call to HAL_UART_Transmit_IT() which fails on if(huart->gState == HAL_UART_STATE_READY)...