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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/27/01 07:24
Read: times


 
#12820 - RE: Function called from timer interupt
Hi Donata,

my suggestion:
Do calculations inside interrupts only, if the result was needed really instantly.
Otherwise its memory and time saving and trouble avoiding, if you store the input values only and do the calculations later.
A single bit can be used as flag to signal the main program, that a new value has arrived.


Peter



List of 11 messages in thread
TopicAuthorDate
Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      

Back to Subject List