cancel
Showing results for 
Search instead for 
Did you mean: 

DMA and CPU visit Peripheral at the same time

Staly.1
Associate III

cpu stm32L0x,

how to visist these peipherals like i2c, uart, spi through dma and cpu? how to be more effective?

1 REPLY 1

Look at the examples using DMA in Cube.

DMA is used only to move data, CPU handles everything else.

JW