Are _any_ interrupts serviced during isr, when isr is of type "enablenested ?

the mspgcc-manual says (erratically?):

""enablenested" causes an interrupt enable instruction to be inserted before 
the function prologue. This allows other _higher_ priority interrupts to be 
serviced while handling the current one."

I'd like my USARt isr be able to interrupt my timerB isr occasionally.


Reply via email to