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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/03/03 13:12
Read: times


 
#40549 - RE: exiting Interrupts in Pascal
Responding to: ???'s previous message
Hello Hans,

you could try this:

procedure xxx; interrupt y;
begin
t := 0;
repeat
...
inc (t);
until (t > 500) or (P1.2);
end;

Try avoiding delay loops in tinterrupt routines...

Wich compiler are you using?

Mike

List of 7 messages in thread
TopicAuthorDate
exiting Interrupts in Pascal            01/01/70 00:00      
   RE: exiting Interrupts in Pascal            01/01/70 00:00      
      RE: exiting Interrupts in Pascal            01/01/70 00:00      
   RE: exiting Interrupts in Pascal            01/01/70 00:00      
      RE: exiting Interrupts in Pascal            01/01/70 00:00      
   RE: exiting Interrupts in Pascal            01/01/70 00:00      
      RE: exiting Interrupts in Pascal            01/01/70 00:00      

Back to Subject List