• interrupt problem?
    Hi, I've a problem working with the AT91SAM9263 controller from atmel. I receive ethernet packets via an interrupt (highest priority). The ISR is very short, I only read the status register,...
  • Interrupt problem = using External Interrupts
    Hi, I am trying to use External Interrupts in a program where I have already several active interrupts and modules. It happens that after I make the pin description for this external interrupt,...
  • Problems with interrupts
    Hiya guys, need a bit of help here I have put this code in ----------------------------------------- void noreturn (void) interrupt 1 { send_serial("Timer0 Overflow"); } --------------...
  • Interrupt Problem
    A.E Thank you so much for your generous help. I have a wired problem with the following code when I was using emulator to debug them: #include <reg52.h> #include <absacc.h> unsigned char...
  • Interrupt problem
    hi, I use a 8051 core micro controller in one of my applications where i am suppose to control the motion of a motor. I have used encoder feedback as a measure of motion. The encoder pulses are given...