Resolved! When using HAL_TIM_OC_Start_IT, shouldn't I get a Period Elapsed interrupt, too?
Posted on July 30, 2017 at 15:59Playing around with timer/counters, trying to learn things. When I use HAL_TIM_OC_Start_IT, the callback HAL_TIM_OC_DelayElapsedCallback gets called at the appropriate time. The counter continues on happily about its ...