Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/06/08 14:25
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#158006 - Re
Responding to: ???'s previous message
Satheesh Kumar.p said:
dear all,
1) I want to make a Delay loop for one minute by using C(without using timer),this loop should work in background


Thats impossible.
A delay loop means wasting foreground time.

Thus any delay above 100µs was a very bad idea, since it freeze all other tasks for this time.

Only a timer works in background, thats exactly why the timers are implemented.


Peter



List of 10 messages in thread
TopicAuthorDate
replacing timer by delay loop            01/01/70 00:00      
   Never just C.            01/01/70 00:00      
      The reason why you must not use C            01/01/70 00:00      
         Possible but costly            01/01/70 00:00      
   Re            01/01/70 00:00      
      Not black-or-white            01/01/70 00:00      
         still impossible            01/01/70 00:00      
            Still not impossible            01/01/70 00:00      
               Hai Per westermark            01/01/70 00:00      
                  School work?            01/01/70 00:00      

Back to Subject List