TIM2 with RTOS PeriodElapsCallback executed once only
Hello,I have a simple project. I'm using FreeRTOS and programmed TIM2 1ms interrupt.The TIM2_IRQHandler and PeriodElapsCallback are only called once in the beginning but not after.I set Clock at 64MHz, the PSC is 63999 and Counter period is 9 I expe...