I'm trying to use this approach in the STM32G4 microcontroller. However, there is no low_level::Timer. So, i'm using a use embassy_stm32::timer::low_level::Basic16bitInstance;
Nevertheless, interrupt is not working. In which stm32 microcontroller you tested that code? And which embassy-stm32 version are you using?
thanks in advance