L B / Mbed OS RTOS Example: RTOS Interrupt as Thread (using signals)

You are viewing an older revision! See the latest version

Homepage

"With an RTOS application it is best to design the interrupt service code as a thread within the RTOS and assign it a high priority. While it is possible to run C code in an interrupt service routine (ISR), this is not desirable within an RTOS if the interrupt code is going to run for more than a short period of time. This delays the timer tick and disrupts the RTOS kernel." - Extract from “The Designers Guide to the Cortex-M Processor Family” by Trevor Martin


All wikipages