STM32F334 use both TIM16 DMA channels
Hi there,
I tried the hole day to use two DMA channels (TIM16) as depicted in the
reference manual. If I understand it right, there is the option to use channel
3 and channel 6. At channel 6 the update event can be disabled. That’s exactly
what I need, both channels in parallel, one at update and ch1 compare and the second only
at ch1 compare.
I configure timer 16 and both DMA channels but only channel 3 works. I notice, that the ISR flags of channel 3 are set as expected, the compare output works but there is no channel 6 DMA transfer.
I tried to generate a sample code using Cube, but there on only the option to use DMA channel 3 or 6.
Does anybody know if I’m on the wrong track and it’s not possible to use both channels in parallel?
Thank you for your support.
Regards,