Can an interrupt be triggered when the flag bit is set and then the interrupt enable bit is set?
Posted on May 29, 2015 at 11:45STM32L051xx: I am using the interrupt mode for UART2 Rx. Normally the interrupt is enabled at the beginning, so that Rx interrupt could be triggered once a new byte is received.However sometimes in the program I need t...