stm32-rs / stm32f4xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F4 family

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement DMA for DAC

LarsBollmann opened this issue · comments

If I understand correctly there is currently no way to setup the DMA to use the DAC as a target peripheral.

This may be a little more tricky than with other peripherals, but it would be nice to have this functionality without the need to bypass the HAL.