Hi!I'm creating an i2c-slave using a stm32g0-series. There are two types of messages that need to be supported, a write-then-read, and a write-only.The write-then-read starts with a write-message of a register address of the slave device (1 byte). Th...