Question

I have worked extensively on AVR microcontrollers. I haven't had a proper OS course at UNI..not from a CS branch, but I want a book that gives me generic OS concepts as well as RTOS concepts for embedded systems. Any suggestion?. Something that details a particular OS like TinyOS or FemtoOS would be nice, but I want something with API based examples/codes as well.

Any suggestions ?

Was it helpful?

Solution

At least 3 (well, 4) books come to mind immediately:

OTHER TIPS

I've found David Simon's Embedded Software Primer to be very useful. It provides a great high-level intro to RTOS architectures such as round-robin, round-robin with interrupts, and full-blown RTOS architecture. Also, as mentioned previously, Tanenbaum's book is fantastic for a more in-depth treatment of OS concepts in general.

Mateja

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top