GrandAlf
Advanced Member level 2
Using the Atmel 89S8253 I found I needed to closely monitor the serial port. Not really used interrupts to any great degree as I always feel they are more difficult to debug. Rather surprisingly I find that after setting up an interrupt on 4 using 1 it worked ok, but the rest of the program ran really slowly I guess about 20% of normal speed. Tried it with different timers with same result. I found that running a separate task to monitor the port was much quicker. I am using delays and watchdog in the prog, and wonder if this would have any bearing. I found this quite odd, and wonder if this is normal behavior. Using Ke*l compiler btw. Any comments welcome.