??? 12/02/05 09:26 Read: times |
#104561 - Interrupts Responding to: ???'s previous message |
Vincent Choplin said:
Finally, I want to remind you that using a RTOS does not prevent you from using interrupts for the "really time-critical" actions. This is in fact recommended in our RTOS's doc. ;) Does your RTOS allow the application code to be called directly from the interrupt vector or is there a 'layer' of RTOS code between the vector and the application ISR? |