Resolved! How can I debug TIM1 triggering a DMA from ETR2 if it isn't working?
On an L412KB Nucleo, I configured TIM1 to use ETR2 as a clock source and set the counter period to 1 so that every time a rising edge occurs on the TIM1_ETR pin occurs, it should trigger a DMA. I set up DMA1/Ch6 to respond to TIM_UP for a byte sized ...