Skip to content

HMC-E155/tutorial-dma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages