User Activity

My STM32WB55 is configured as I2C master and connected to an I2C slave.My I2C block is configured like this:I2C->CR1 = 0x01I2C->CR2 = 0x000A0060 (slave address=0x60 and NBYTES=0x0A)To start the I2C transaction I2C->CR2.START is set to 1.I2C communica...