Found 2 bugs in HAL_I2C_Master_Transmit_DMA().
Posted on April 10, 2016 at 20:42Run the ''I2C_TwoBoards_ComDMA'' example in Master mode. And do not connect it to a slave board (to simulate NACK). And you will find that you get stuck in the infinity loop inside the I2Cx_DMA_TX_IRQHandler(). When...