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

nested interrupts

How can I install nested interrupts? With the key-word __irq is that not possible.

Bernd

Parents
  • sorry for the too little words I use to talk about my problem.

    1) what compiler ('51 - '166 - ARM) ?
    MDK ARM uvision3

    2) what uC ?
    AT91SAM7S321

    3) what isthe source of the interrupts ?
    timer interrupt for example; I've more interrupt sources (like usart, timer (2x))

    So if the controller is in one of these ISRs I want to be able to get another interrupt (e.g. from the timer).

    best regards
    Bernd

Reply
  • sorry for the too little words I use to talk about my problem.

    1) what compiler ('51 - '166 - ARM) ?
    MDK ARM uvision3

    2) what uC ?
    AT91SAM7S321

    3) what isthe source of the interrupts ?
    timer interrupt for example; I've more interrupt sources (like usart, timer (2x))

    So if the controller is in one of these ISRs I want to be able to get another interrupt (e.g. from the timer).

    best regards
    Bernd

Children