2020-06-29 07:48 PM
cpu stm32L0x,
how to visist these peipherals like i2c, uart, spi through dma and cpu? how to be more effective?
2020-06-29 09:50 PM
Look at the examples using DMA in Cube.
DMA is used only to move data, CPU handles everything else.
JW