PWM on PB.10 and PB.11 with DMA and TIMER2(CH3 e CH4)
Posted on June 28, 2012 at 19:38How can I configure PWM on TIMER2 (CH3 and CH4)? I would like to configure CH4 in other Channel of the DMA, but looks that only run on Channel 2. /* Configuracoes DMA */ DMA_DeInit(DMA1_Channel2); DMA_InitStructure....