Re: Books recomendation for embedded programmer.



stijn@xxxxxxxxxx wrote:

<snip>

Anyone some pointers to books that explain basic concepts as blocking
and non-blocking code, preemptive and cooperative multitasking,
message queues, state-machines.

I'm looking for some literature on the basic concepts, preferable
with examples in C but without going to much into detail on how
commercial RTOS works etc...

Jean LaBrosse's book "MicroC/OS-II: The Real-Time Kernel" includes
considerable discussion of these topics and is well written;
it includes example code to illustrate topics such as you have
specified, with versions to run as tasks under the o/s and
independently as monolithic code (no o/s).

Regards,

Michael
.