Sunday, September 25, 2016

Context Switching

As a task executes it utilizes the processor / micro-controller registers and accesses RAM and ROM just as any other program. These resources together (the processor registers, stack, etc.) comprise the task execution context.   A task is a sequential...

Friday, August 19, 2016

Thursday, May 19, 2016

Wednesday, May 18, 2016

Top 7 C Programming Books.

1- The C Programming Language This book is a comprehensive guide to the finalized ANSI standard C language programming. It has been updated with extra sets of problems and examples to simplify the application of complicated language constructs. Additional material not...

Tuesday, May 17, 2016

Monday, May 16, 2016

10 Books Every Programmer Should Read

The list below is an unordered list. You can pick any book you like, and some of the books don’t even cover a programming language at all, but just help you understand the world of programming. It doesn’t matter which book you’ll pick, any book is a step to enlightenment....