• int0 & int1
    I use int0 & int1 to measure the width of a pulse. My program works fine in the simulator with inputs from an include file. When I run the program on a breadboard using an ATMEL AT89C1051 I do not get...
  • INT0 used as triggering
    Dear collegues, I'm trying to use the INT0 interrupt as trigger system. Basically I have in input a square wave having the low level of 8 msecs and I would like to have on the output a square wave...
  • Require Interrupt function for INT0
    Hi, Can anybody give me a small code which can demonstrate to me the way to write interrupt functions. I have tried but it din't worked.The code is below - #include<AT89x52.h> #include<stdio...
  • how to use int0 ?
    can i check the bit IE0 to decide whether an int0 interrupt is coming? jnb ie0,$ clr ie0 ;interrupt service here
  • fx2 interrupt int0
    Hello, I want to work with the interrupt int0 of the FX2. The regsiters I have to use are written down in the TRM of the FX2. But where are informations about enabling the interrupt or name of...