Resolved! LPTIM not generating interrupts using HAL_LPTIM_Counter_Start_IT from STM32H7xx_HAL_Driver.
I'm trying to generate periodic interrupts with an LPTIM on an STM32H723. I'm using HAL_LPTIM_Counter_Start_IT() from the STM32H7xx_HAL_Driver. My interrupt handler is never being called. I've confirmed that my interrupt handler is in the vector tabl...