Question
STM32F302R8 I2C1 Master Receiver. I2C_ISR_RXNE is not SET.
Im using STM32F302R8 and developing the driver for I2CMasterReceive data from Arduino.
Here is my problem:
After I send a command code, from master 0x51, and generate the start condition, the RXNE is SET.
But, after it goes into the while loop, the RXNE suddenly RESET. I do not read yet the RXDR register.
I do not know why this problem happen. Could anyone help me?