Skip to content
/ dac Public

Waveform generation using the DAC and a LUT on the STM32F407G-DISC1

Notifications You must be signed in to change notification settings

mattkrol/dac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAC for STM32F407G-DISC1

Generate a waveform using a lut, timer interrupt, and the dac on you discovery board. This project uses a minimal setup which only includes the register definitions from St and the CMSIS core. It is helpful to have an oscilloscope around to view the waveform output.

Required Tools

Compiling Instructions

Make sure your discovery board is plugged into your computer, and that you have the required tools installed. Then use your shell to clone the git repository and compile/flash your board.

git clone https://github.com/kolazojar/dac.git
cd dac
make flash