User Activity

Hi,First of all, I'm very new to the STM32 family of microcontrollers. I'm trying to output a sine wave on the DAC (pin PA4 on the discovery board) using DMA2 channel 3, triggered by TIM6. I use the STM32CubeMX to generate the code, then I manually a...