FreeRTOS software timer not working

heinbali01 wrote on Wednesday, April 05, 2017:

Is the scheduler started?
Can you confirm that your own tasks are running?
And is the timer-task (“Tmr Svc”) running?
Are all of your tasks blocking (sleeping) from time to time? If some task consumes all CPU time, the timer-task won’t get a chance to do its work. Regards.