This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 4

please do reply

good day....

Parents
  • OK, so now we've established that you cannot pass parameters to interrupt handlers - not in Keil, not using anything else on an 8051, and not even on any other processor.

    So, why don't you explain what you're actually trying to achieve - then maybe people can suggest ways to reach that goal...

Reply
  • OK, so now we've established that you cannot pass parameters to interrupt handlers - not in Keil, not using anything else on an 8051, and not even on any other processor.

    So, why don't you explain what you're actually trying to achieve - then maybe people can suggest ways to reach that goal...

Children
No data