For anyone else's reference, if you're trying to get that periodic behavior with HAL_LPTIM_AutoReloadMatchCallback like OP, you can use `HAL_LPTIM_Counter_Start_IT`. which does activate the interrupt related to autoreload register and makes it so you...