Resolved! HAL_TIM_PWM_PulseFinishedCallback() not getting called
I've created a single pulse that executes for about 150ms. When it's complete I was expecting HAL_TIM_PWM_PulseFinishedCallback() to be called, however, it never is.Doing this:if (HAL_TIM_OnePulse_Start(&htim1, TIM_CHANNEL_1) != HAL_OK) { /* Starti...