I am newer in STM32G030 develop.I tried to set STM32G030F6 I2C2 slave mode with PC.Q1.Using "HAL_I2C_Slave_Transmit(); it seems Master (PC) read 8 bytes later and stop. The other data will not read.Q2. If used HAL_I2C_Slave_Transmit_IT(), It only wr...