Using STM32F4's DAC with DMA
Posted on September 03, 2016 at 09:02I use DAC with DMA to ouput a sine wave. The DAC is triggered from exti9. It can output a perfect sine wave now. But I want to sync the wave's zero-crossing with a pin's rising edge. So, I put the start signal in...