I2C DMA issues with latest HAL
Posted on December 15, 2016 at 16:04I'm trying to get I2C to work in DMA mode from STM32Cube_FW_F7_V1.5.1My first error was that the I2C handle remains busy after the first DMA transfer is complete.I've looked at the procedure I2C_DMAMasterTransmit...