Details
Description
As the priority of the timer task is usually lower as the priority of the INIT_TASK, the timer task may get scheduled for the first time after the creation of a timer. Due to a bug in the implementation, timers which got created before the timer task is scheduled for the first time, may never elapse. The shorter the timer period and the lower the execution speed the more likely this issue is to occur.