Description: This STM32F746 code provides a description of how to use the DAC peripheral to
generate several signals using DMA controller.
For each press on User push-button, a signal has been selected and can be monitored on
the DAC channel one:
- Triangle waveform (Channel 1).
- Escalator waveform (Channel 1) using DMA transfer.
To Search:
File list (Check if you may need any files):
DAC\DAC_SignalsGeneration\EWARM\Project.ewd
...\.....................\.....\Project.ewp
...\.....................\.....\Project.eww
...\.....................\.....\startup_stm32f746xx.s
...\.....................\.....\stm32f746xx_flash.icf
...\.....................\Inc\main.h
...\.....................\...\stm32f7xx_hal_conf.h
...\.....................\...\stm32f7xx_it.h
...\.....................\MDK-ARM\Project.uvoptx
...\.....................\.......\Project.uvprojx
...\.....................\.......\startup_stm32f746xx.s
...\.....................\readme.txt
...\.....................\Src\main.c
...\.....................\...\stm32f7xx_hal_msp.c
...\.....................\...\stm32f7xx_it.c
...\.....................\...\system_stm32f7xx.c
...\.....................\.W4STM32\startup_stm32f746xx.s
...\.....................\........\STM32746G_DISCOVERY\.cproject
...\.....................\........\...................\.project
...\.....................\........\...................\STM32F746NGHx_FLASH.ld
...\.....................\........\STM32746G_DISCOVERY
...\.....................\EWARM
...\.....................\Inc
...\.....................\MDK-ARM
...\.....................\Src
...\.....................\SW4STM32
...\DAC_SignalsGeneration
DAC