Understanding Linux Process Descriptors

Understanding Linux Process Descriptors

Processes are the entities scheduled by the operating system, and the description of the resources possessed by a process is called the Process Control Block (PCB). Describing Processes with task_struct In the kernel, a process is described by the task_struct structure, known as the process descriptor, which stores all the information necessary for the normal … Read more

Technical Challenges and Opportunities in Embedded Machine Learning Processors

Technical Challenges and Opportunities in Embedded Machine Learning Processors

In December 2016, Vivienne Sze, Yu-Hsin Chen, and others (authors of Eyeriss) published a good review article titled “Hardware for Machine Learning: Challenges and Opportunities” on arXiv. Here, I would like to discuss my understanding of the “challenges” and “opportunities” in conjunction with this article [8] and the ISSCC2017 paper [1-7]. First, this discussion mainly … Read more

Understanding the Relationship Between ARM9 and STM32

Understanding the Relationship Between ARM9 and STM32

Recently, a friend asked: What is the relationship between ARM9 and STM32? If we turn back time 10 years, ARM9 and S3C2410 were quite popular, but the “new era” ARM processors like STM32 also emerged. ARM9 is an early ARM processor, while STM32 is a more popular processor in recent years. ARM Naming Rules The … Read more

Why the i.MX8 is Particularly Suitable for Modern Medical Devices?

Why the i.MX8 is Particularly Suitable for Modern Medical Devices?

As we all know, embedded systems have advantages such as small size, high reliability, strong performance, and low power consumption, gradually occupying a dominant position in modern medical devices, primarily using ARM processors. With the continuous improvement in functionality and performance requirements for medical devices, the industry’s demands for processors have also evolved from traditional … Read more

×