[En-Nut-Discussion] Any known problem with NutSleep() on Ethernut 3.9.8.2 ?
Bernard Fouché
bernard.fouche at kuantic.com
Tue Dec 6 20:12:05 CET 2005
Hi List.
I'm using an Ethernut 2.1b. A thread calls NutSleep(1000), however
instead of waiting 1000 ms (1s), it's closer to 7.7s! (manual timing
with my watch ;-( )
I don't have any other busy thread but the main one in a loop like
for(;;) { NutSleep(1000000); }
I also have 4 other threads, waiting for incoming tcp traffic
(application writen from httpd.c) but there is no such traffic.
Any hint welcome!
Bernard
More information about the En-Nut-Discussion
mailing list