Can STM32H7 DAC DMA work without a trigger, and instead use DMAMUX synchronization?
The documentation for the DAC says "A DMA request can be generated when an external trigger (but not a software trigger) occurs if DMA requests are enabled"But I want to configure the DAC to have no trigger, and instead use TIM12_TRGO to drive the DA...