• EXTernal INTerrupt
    I try to use external pin P5.6 to generate an interup but the interupt never apend. I use REVA board with STR912F MCU I'm working in debug Here my code: #include "STRx.h" int delaycnt;...
  • external interrupt
    can i execute two task in one external interupt at a time
  • 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,...
  • External Interrupts
    Hello Friends I am using external interrupts and 2 ports for I/O purposes . I want to know that if i use external interrupts then how i come to know that on which port I/O operation is performed and...
  • external interrupts
    Hi, i wanna know how to make an external interrupt from falling edge to rising edge, the example on the keil site only works with falling edge.. how can i do that ?