Lesson 7: DMA

This seventh lesson discusses the Direct Memory Access (DMA) features of the STM32F05x. DMA is used in order to provide high-speed data transfer between peripherals and memory as well as memory to memory. This lesson provides four examples to show how DMA can be used:

  • RAM to USART
  • USART to RAM
  • Flash to RAM
  • Flash to DAC

STM32F05x Lesson 7
STM32F05x Lesson 7 example code


Previous lesson –  Next lesson