STM32F4 usart interrupt - necessary?
I'm struggling with adding usart interrupts to my code. My rotary encoder uses interrupts and the touch screen keypad is polled. I'm not transferring a huge amount of data, just records of about 20 characters at the most. Today instead of interrup...