Is it possible to use the reload functionality of the I2c peripheral using DMA?
I'm developing for an STM32L0 and trying to use DMA to control the I2c peripheral Tx and Rx. I got it working so far(both Tx and Rx using DMA) but I'm stumped on the reload functionality for the I2c peripheral. Is this even possible? I looked at the ...