STM32L4 I2C_EV Interrupt without any interrupt flag
Sometimes I'm getting a I2C_EV interrupt called and none of the possible flags which can cause an interrupt are set. Only flags that are set are BUSY and TXE (ISR is 0x00008001), both of which shouldn't cause an interrupt.void I2C1_EV_IRQHandler(void...