Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V2.1.1.0, V2.1.2.0, V2.1.3.0, V2.1.4.0, V2.1.5.0, V2.1.5.1, V2.1.6.0, V2.1.6.1, V2.1.7.0, V2.1.7.1, V2.1.8.0, V2.1.8.1, V2.1.9.0, V2.1.9.1, V2.1.10.0, V2.1.11.0, V2.1.11.1, V2.1.11.2, V2.1.11.3, V2.1.11.4, V2.1.11.5, V2.1.11.6, V2.1.11.7, V2.1.11.8
-
Component/s: Kernel
-
Labels:None
-
Account:SDO rcX (SDORCX)
Description
rX_SysDelayTaskUntil() generates a wrong wait tick value for the underlaying function rX_SysSleepTask(), which expets the number of tick to wait. The parameter to rX_SysDelayTaskUntil() is defined as the
absolut tick count value when the task should wake up. Instead of calculation the realtive tick count for rX_SysSleepTask(), the current tick count is added to the TickCount parameter, which results in a unpredictible time
the calling task will sleep.