STM32-Zombie-0.1: control a STM32F103 microcontroller from Haskell

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 periveral. Applications are wave form generation or any hard-real-time control.

Documentation