Trying to use Repeated Start I2C on STM32F103RCT6 but the MCU doesn't send a NACK at the end.
I am trying to communicate with a commonly used Accelerometer form NXP (MMA8451) which uses repeated start sequence over I2C protocol, which should look like this: My problem is that the MCU doesn't seem to send a NACK at the end of transmission and ...