STOP reception in UART IO with interrupt
Posted on June 13, 2016 at 16:56 Hi everybody. I have an stm32f4 micro trying to communicate with device via UART. I want to receive with interrupts and possibly, based on some conditions, stop the reception process (i.e. if some time exp...