Question
TIMx_RCR IRQ?
I am using TIM16 as a one second counter on an STM32WB55. I would like to generate an interrupt after it rolls x times (as example 2). I set the TIMx_RCR to a 1. Can someone tell me what function I need to call in the HAL library and should I place that function within the "HAL_TIM_PeriodElapsedCallback" which I am using?
I only see the "HAL_TIM_GenerateEvent" which to me sounds like if you want to do a software generate of an event????
Thank you.
