Getting started with STM32L053: I2C Write Mode with DMA
In the previous guide(here) we saw how to configure the I2C to write to a slave device, n this guide, we shall see how to configure I2C in STM32L053 to write to a specific register of an I2C device (DS3231 in this case) using DMA. In this guide...
READ MORE