I2C in Interrupt Mode stays in HAL_I2C_STATE_BUSY_TX even if the data is correct transmitted
Hi all,I do have a problem with the Interrupt Mode of the I2C interface. I started with the example provided by STM (I2C_TwoBoards_ComIT). I do not use two boards but one board as slave and the master is an FTDI FT4222. So sending from the FT4222 to ...