Hi , I would like to know if there is a way to use DMA to get the TIM1 advanced timer update events ? I can successfully trigger an IRQ but having problems setting a DMA to trigger on every update. I am using STM32 L4 MCU.
I am using the advanced timer TIM1 on STM32L476RG MCU. I have configured the timer in slave reset mode as given in section 30.3.26 of the reference manual. The counter resets every rising edge. I want to use this mode to measure low frequencies such ...