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 ...
Arithmetic logic unit (ALU), which performs computation. Registers needed for the basic operation of the CPU, such as the program counter (PC), stack pointer (SP), and status register (SR). Further ...
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 ...
Designing an embedded system with security in mind has become necessary for many industries. The drive to connect a device to the internet allows remote attacks on the system. Developers who want to ...
In one of my previous posts, Introduction to Docker for Embedded Software Developers, we started to discuss Docker's role in embedded software development. Docker provides a mechanism to set up our ...
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., ...