I have already mentioned the biggest difference between writing a program for a desktop computer and for a small microcontroller: the absence of an operating system (in most cases). The impact of this ...
Editor’s note: I (Steve Taranovich) was a pure analog engineer with Burr-Brown Corp. until the year 2000 when Texas Instruments integrated Burr-Brown into its organization. At that point, I knew that ...
The very first step in starting an embedded Linux system does not involve Linux at all. Instead, the processor is reset and starts executing code from a given location. This location contains a ...
This course is used as the capstone in a three course sequence, including Linux System Programming and Introduction to Buildroot and Linux Kernel Programming and Introduction to Yocto Project. Both of ...
At the end of the second article in this series, which outlines a step-by-step process for embedded Linux development, we had the LBox up and running, ready to use for application development. On some ...
Here's another book, aimed at professionals, that covers designing embedded systems. Specifically, it's an introduction to the design of FPGAs and is aimed at “engineers in the trenches”, presenting ...
This course provides an introduction to Kernel programming for the Linux operating system, and the development of Linux kernel drivers for Embedded devices. The Yocto build system is introduced, which ...
Embedded DisplayPort 1.5 (eDP 1.5) is an interface standard that is based on the DP 2.0 (DP standard), and it is designed to transport video between the system host, i.e., GPU, and device, i.e., ...
When tasks share resources, as they often do, strange things can and will happen. Priority inversions in embedded systems can be particularly difficult to anticipate. Here’s an introduction to ...
Switch Embedded Teaming (SET) is a feature introduced in Windows Server 2016 as an alternative to NIC teaming. It allows up to eight identical physical network adapters to be combined into a Hyper-V ...