STM32-Zombie-0.2.0: control a STM32F103 microcontroller

Copyright(c) Marc Fontaine 2017
LicenseBSD3
MaintainerMarc.Fontaine@gmx.de
Stabilityexperimental
PortabilityGHC-only
Safe HaskellNone
LanguageHaskell2010

App.TimerDMA

Description

This example show the combination of hardware timers with hardware DMA. Timer 4 triggers DMA1_Channel7 and the DMA writes data to the USART. Instead of the USART its also possible to write to any other peripheral. Applications are wave-form-generation or hard-real-time control.

Documentation