Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Direct Memory Access (DMA) Demo

This folder contains code snippets to demonstrate how to use direct memory access on the STM32L432KC.

Scaffolded code with blanks and TODOs is provided to guide you on developing the solution. The worksheet lists the key registers and configuration options needed to set up the solution.

In this example, DMA is used to transfer data from a character array to the USART data register to send data over a serial connection to the attached host computer at 9600 baud. The DMA transactions are triggered by update events from a timer running at 10 Hz.

About

Tutorial to enable DMA on STM32L432KC

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages