X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftests%2FTestSimTimers%2FREADME;h=65f8f369af05e7e11f0dccc4cefb5b57cb8545ec;hp=3f25018c3d12bcb50df2d83a7c26335423ce6e63;hb=06b8c5c8b1eba90e3f9bc99a4de612f27a97bad6;hpb=f5f9dbc144a5a2149e73ad555f247cde6b28a0b2 diff --git a/apps/tests/TestSimTimers/README b/apps/tests/TestSimTimers/README index 3f25018c..65f8f369 100644 --- a/apps/tests/TestSimTimers/README +++ b/apps/tests/TestSimTimers/README @@ -23,10 +23,14 @@ DEBUG (0): Timer A is good @ 0:10:1.837925167. DEBUG (0): Timer A is good @ 0:10:2.837925167. DEBUG (0): Timer A is good @ 0:10:3.837925167. -If there is a timer bug, then the output will read +If a timer is off, then the output will read DEBUG (0): Timer A is off. Should have fired in X, fired in Y @ Z. +Note that if a timer is off by 1, the timer is still operating +correctly. The way the atm128 counter registers work mean that you +can't schedule very short timers, so sometimes the code needs to +make it one tick longer. Tools: