L B
Public Repositories (2)
-
Mbed OS
RTOS Example: RTOS Serial Interrupt As High Priority Thread
Instead of using an interrupt to read a serial message, a thread is created within the interrupt that reads serial data coming in. Original project for LPC1768.
example, rtos, Serial, serial interruptLast updated: 07 Mar 2019 3 14 -
Mbed OS
RTOS Example: RTOS Interrupt as Thread (using signals)
Example of an interrupt which passes its job as a thread using signals. "With an RTOS application it is best to design the interrupt service code as a thread within …
interrupt, rtos, Signalling, thread, Thread SignalLast updated: 05 Mar 2019 1 24