USART interrupt problem
Posted on December 30, 2015 at 12:18I'm using a stm32f10x micorcontroller (steval-mki121v1 evaluation board) and i want to enable an interrupt event when a data is receive through the USART. The problem is that the interrupt never occurs after the d...