Resolved! Hello Everyone, I am trying to interface MLX90614 sensor I2C with stm32F401 Discovery board and i have configured stm32 cube MX in standard mode. My sensor works fine and I am using logic analyser to analyse my SCL and SDA signals.
However, I am getting 0x3A(NACK) in stop condition of my logic analyser. Can anyone help me how i can convert this NACK to ACK. I am attaching my code snippet and my logic analyser signal as well . Thanks for help and support.uint8_t I2C_ADDRESS = ...