avoid returning from interrupt
Posted on August 30, 2014 at 23:22Hi Forum, Is there any way to avoid returning from an USART1 interrupt? The booting process of our unit takes some time so we want to jump to the main menu quickly by pressing a key on the keyboard. This works and t...