stm32g071 HAL_I2C_Slave_Seq_Transmit_DMA DMA TC flag is set even if one element less than requested was transferred
I am using a stm32g071 as an I2C slave.Problem is, that I2C_SlaveTxCpltCallback() callback is called even when the master read one byte less than previously configured.I.e. With RXSIZE = 4 (as in code below),if master reads 1 byte -> okif master read...