I2C errors and interrupts
Hi there, I'm using the STM32H7 to talk to a CS2000 clock chip over I2C. I'm using interrupt mode.I'm just trying to read the chip's ID register for starters. Despite the CS2000 ACKing the first 'setup write' byte, it won't write the second byte (wit...