STM32L4A6 I2C3 Slave Mode - Bus Stuck Low When Connected to Raspberry Pi CM4 Master
I am trying to configure the STM32L4A6 to act as an I2C slave on its I2C3 peripheral (PB4 - SDA, PC0 - SCL) with 7-bit addressing (address 0x42). The master is a Raspberry Pi CM4 configured on a software-defined I2C bus (i2c5, using GPIO10/11).Both d...