2020-04-19 1:04 AM
Uart is not working in interrupt mode in Stm32f205.
HAL_Uart_Transit is working but HAL_UART_Transmit_IT is not working for UART of Stm32f205.
Please suggest what is missing in configuring UART.
2020-04-19 1:32 AM
It won't transmit a single byte?
Read out and check content of relevant UART, NVIC and GPIO registers.
JW
2020-04-19 4:25 AM
Did you check the UART interrupt in CubeMX
2020-04-19 6:30 AM
> Please suggest what is missing in configuring UART.
How am I supposed to do that when you've posted no code? In this case, everything is missing.
2020-05-07 6:57 PM
yes , Thanks it worked, by enable interrupt mode of uart
2020-05-07 6:59 PM
yes , thanks, uart interrupt was not configured in cubemx