STM32F4 as I2C Slave. Why “void I2C1_ER_IRQHandler(void)�? is executed after “HAL_I2C_Slave_Transmit_DMA�??
I am using I2C bus as SLAVE mode in a STM32F411RE. The master is an arduino board.The configuration is working well because I see thougth master serial (arduino) and STstudio (STM32F411) that all the frames are OK and thrue oscilloscope.I noticed tha...