CMSIS FreeRTOS software timer handler not getting invoked
Posted on June 28, 2016 at 19:32I have FreeRTOS V7.6 with CMSIS running on STM32F207IG. I trying to invoke a simple software timer (used as a timeout for an operation), but the timer handler never seems to get invoked. I am following the FreeRTOS ex...