Getting started with STM32L053: I2C Read Mode with DMA
In the previous guide (here), we saw how to configure the I2C in STM32L053 to write to slave address using DMA. Now, we shall read from a slave device using DMA. In this guide, we shall cover the following: DMA initializing. I2C Read using DMA...
READ MORE