Question
Problems using DMA on DAC channel 2
Posted on May 07, 2015 at 11:17
I am experimenting STM32F429 on a discovery board.
After creating set board settings with STM32CubeMX, I created a few lines to generate a wave on DAC channel 2 using DMA. Everything seems correct in the registers, but I see no changing values. On the other hand, if I push directly the values calling HAL_DMA_SetValue() everything works fine. Any hints?