Question
HAL_TIM_PWM_Start_DMA triggering with timer
Posted on July 25, 2016 at 23:29
Hi,
I am trying to stream a 1024 sample buffer to PWM in timer1 channel1 using circular DMA. But how will I control the speed of streaming from RAM to PWM at 44KHz? I couldn't find any option like triggering option like how we do in DAC over DMA and ADC over DMA. Is it possible to do the same way for PWM from RAM over DMA with every sample triggered by timer ?