How to set up DFSDM with timer in CubeMX?
In CubeMX I am trying to put together DFSDM setup described in STM32L4 workshop: 4.6 New peripherals - DFSDM - App example 2 (PT100 thermometer) but for STM32H7A3VITx. Objective: fill the filter buffer with N samples every 1s. Screenshots below.
I got it working in continuous mode using "regular channel" but not with timer and "injected channel required" - "regular channel" cannot be triggered by internal timer, only "injected" can.
Before starting the 1s timer (HAL_TIM_Base_Start()) I call HAL_DFSDM_FilterInjectedMsbStart_DMA().
Neither DFSDM1_FLT2_IRQHandler() nor DMA1_Stream2_IRQHandler() is being called.
What am I missing? I have tried both Circular and Normal DMA modes.
I have searched all over the Internet for a working example of such setup but I found none.
Please advise.

Timer 7 setup: