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 expect 1ms interrupt. I set NVIC TIM2 global intterupt.
I intend to use vTaskNotifyGiveFromISR but first need to make TIM2 interrupt to work.
The real time tasks seem to work fine.
Currently I programmed a counter increment in the PeriodElapsCallback to make sure it works.
I attached the project if someone can support and check. I am probably missing something.
Thanks
