• Using External Interruts of 89C51
    Hi , I'm want to use external interrupt 0 to generate clock on port P1.I am applying a clock on INT0 pin to generate External interrupt zero.I should get similar clock on P1 but nothing I'm getting ...
  • Using External Interruts of 89C51
    Hi , I'm want to use external interrupt 0 to generate clock on port P1.I am applying a clock on INT0 pin to generate External interrupt zero.I should get similar clock on P1 but nothing I'm getting ...
  • Problem with writing program for external interrupts of 89C51
    Hello Friends, I am a new user of 89C51 microcontroller, I am having problem with writing program for external interrupts in C51 . I have studied the mannuals of C51 and searched on net but failed to...
  • Interrupt handling for 89C51
    In the manual , example code written intrrupt is : void example(void) interrupt 1 using 2 { ..... ..... } Can someone tell me what is meant by " using 2" there? thanks
  • 89c51
    Sorry a total newbie here to ide so I first installed kiel 5 for 89c51 projects and made many programs and then I wanted to do arm ones so I installed the MKD and now I cannot create 89c51 projects ...