• Interrupt
    Hello guys, can I monitor interrupt0 of 8051 by any h/w means like by LED or something? I have connected RTC DS12887 IRQ to INT0 however I couldn't see logic 1 on DMM
  • interrupts
    hi everyone i am new to 8051 and and have some problem with interrupts while working with kiel software. i am unable to pass arguments to following function void serial_isr(char code *ptr) interrupt...
  • Interrupt
    This is probably pretty basic, but I can't figure out why it doesn't work. I am working with a MSC1211Y5 evaluation board, and I am trying to test the serial interrupts on the board. I feel like...
  • interrupts
    dear friends question related to interrupts(8051 generic), what is interrupt vector address how it is used? have any program we have put there? prsanna
  • interrupts
    Many thanks for those who help me! (: I got a problem here... If i were to use 3 types of interrupts(external interrupt0, timer0 and timer1) in one single program, how should i go about writing...