Normal execution of a given software application is contained within the bounds of one program, or instruction stream. Such execution is provable, as well as traceable. However, system designers and ...
Defining device drivers Discussing the difference between architecture-specific and board-specific drivers Providing several examples of different types of device drivers Most embedded hardware ...
What’s the biggest difference between writing code for your big computer and a microcontroller? OK, the memory and limited resources, sure. But we were thinking more about the need to directly ...
Welcome to part three of “Interrupts: The Good, the Bad, and the Ugly”. We’ve already professed our love for interrupts, showing how they are useful for solving multiple common microcontroller tasks ...
Traditionally programmers and organizations have had an irrational fear of using interrupts. One might think that statement is facetious but on more than one occasion in the last year the author has ...
We recently featured a webinar called Learn how to run the uC/OS-III real-time kernel on an ARM Cortex M3. It was delivered by the kernel's author, Micrium's Founder, Jean Labrosse, in conjunction ...