Zitat Zitat von for_ro
... Während ein Interrupt in seiner ISR behandelt wird, kann kein anderer Interrupt ausgeführt werden. Auch ein Interrupt mit höherer Priorität kann diesen nicht unterbrechen ...
Falsch. Beispiel, gilt bei allen Atmel die ich kenne:
Zitat Zitat von At[size=1
[/size]mel im doc 8161D–AVR–10/09]... When an interrupt occurs, the Global Interrupt Enable I-bit is cleared and all interrupts are disabled. The user software can write logic one to the I-bit to enable nested interrupts. ...