| ??? 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 |
| Topic | Author | Date |
| 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 |



