Does USART RXNE interrupt trigger only on a 0→1 transition of RXNE flag? (STM32G4)
Content:Hi,I am using UART on STM32G4 in interrupt mode (RXNEIE + NVIC enabled). I observed the following situation: 1. A byte is received → RXNE = 1 2. At that moment, UART interrupt is disabled (critical section) 3. Later I re-enable the UART inte...