Last few bytes of I2C transfer gets corrupted when transmitting using DMA
Posted on November 11, 2015 at 06:08Hello, I am using DMA in STM32L053 micro-controller to sent a data buffer to LCD display via I2C, but the last few bytes received at LCD end got corrupted. But if I am not using DMA the transfer occur currently. I...