In der Hilfe meines Compilers steht übrigens:
Syntax:
#priority ints
Elements:
ints is a list of one or more interrupts separated by commas.
Purpose:
The priority directive may be used to set the interrupt priority. The highest priority items are first in the list. If an interrupt is active it is never interrupted. If two interrupts occur at around the same time then the higher one in this list will be serviced first.
Examples:
#priority rtcc,rb
Lässt sich der Interrupt tatsächlich unter keinen Umständen unterbrechen?
Lesezeichen