Resolved! Getting an interrupt at specific encoder value
Posted on July 31, 2017 at 14:41Beginner working with STM32L452:I have TIM2 set up as encoder-based timer. Works perfect.Now I want an interrupt whenever the TIM2 reaches a certain value (position).I tried to enable timer interrupt through HAL_TIM_E...