STM32G4 Interrupt Enables I2C
Is it necessary to enable interrupts in I2C_CR1 if I only want to look at the flags but don't want to go into the interrupt service routine? For instance, I want to be able to look at the status of RXNE and see if it is set, but I don't actually want...