Working with STM32F7 and I2C: Read Mode with DMA
In the previous guide (here), we took a look at I2C read mode to read set of registers from DS3231 RTC module using polling mode. In this guide, we shall use DMA to read those register. In this guide, we shall cover the following: I2C...
READ MORE