Problem with I2C, don't receive ACK
Hey guys
I'm using a STM32H743ZIT6 on a Nucleo-144 Dev Board and want to communicate with a BME280 Sensor.
For this I'm using a library recommended by somebody else and when I begin the I2C transmission the chip sends the correct address, however, the TXIS (The Bit that should go high when an ACK is received) never goes high after this, causing the chip to get caught in a wait state. I used a logic analyser to verify the ACK from the sensor is actually send, bus speed is set to 100 kHz.
Has anyone an idea what can cause this problem?
Thanks in advance!
