2014-12-08 04:17 AM
Hi,
I am using stm32F411RE,trying to enable UART2 in interrupt mode.Can somebody guide me how to do it.UART2 is working fine in blocking mode. #interrupt #uart2 #stm322014-12-08 04:51 AM
I have post lost of examples, and there should be examples in the library examples. I'm not using the 411 so no idea if there is anything special with that, and you're not providing any code to give some insight into why you've been unsuccessful.
I'll note you need to disable the TXE interrupt if you have not data to provide, otherwise it will never exit the interrupt handler.