Selective Breakpoints and Interrupts?
Running STM32CubeIDE 1.5.1 with Nucleo-stm32L433RC trying to get LPTIM1 to work consistently. In Selective03.png I show the initialization of the LPTIM1 (LPTIM_PERIOD is 32767 and LPTIM_PULSE is 16383). So I expect CompareMatchCallback() to happen...