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 RXN...