Can a timer be configured with interrupts and DMA active?
I’m using CubeIDE + HAL and I want to have TIM20 CH1 execute a capture compare interrupt and I want CH2 to execute a DMA transfer. I can use each separately, but together they fail. Either the timer resets stop functioning, or the counter stops counting up.
HAL has functions for IT and DMA, but not for both in tandem. Is this supported by the hardware? If so, what initialization commands\registers do I need to change to get both to function simultaneously?
