Discussion on Three Issues in Functional Safety of Embedded Systems

Discussion on Three Issues in Functional Safety of Embedded Systems

Discussion on Three Issues in Functional Safety of Embedded Systems Three Issues in Functional Safety of Embedded System Functional safety is the basic requirement of modern industrial products. This paper discusses three related topics: The first is that the functional safety demand of automobile is probably higher than that of airplane. This point may affect … Read more

Summary of Troubleshooting 100% CPU in Linux

Summary of Troubleshooting 100% CPU in Linux

When your server’s CPU reaches 100%, how do you troubleshoot the abnormal fault? At the end of this article, a shell script will be shared to help you troubleshoot the Linux system CPU 100% anomaly. Yesterday afternoon, I suddenly received an operations email alert, indicating that the data platform server’s CPU utilization had reached 98.94%, … Read more

Understanding DSP: What Is It?

Understanding DSP: What Is It?

▲ For more exciting content, please click on the blue text above to follow us! Engineers are familiar with CPU and MCU, and there is another member that everyone often hears about: DSP! What exactly is DSP? Let’s explore through a story! Source: Huawei Kirin Recommended Reading How many MOSFETs does a car actually need? … Read more

Analysis of Key Component Trends in ADAS Domain Controllers

Analysis of Key Component Trends in ADAS Domain Controllers

Zuosi Automotive Research released the “2022 ADAS Domain Controller Key Component Trend Analysis Report”. Zuosi Automotive Research has compiled research on the current mainstream high-performance ADAS domain controller products and technical information in China, such as Huawei MDC and DJI ADAS domain control prototypes. This article will briefly analyze key components of ADAS domain controllers, … Read more

Assembly Language Basics – Computer Fundamentals Explained

Assembly Language Basics - Computer Fundamentals Explained

1. Machine Language Machine language is a collection of machine instructions, which are commands that a machine can correctly execute. The machine instructions of an electronic computer are a series of binary data, which the computer converts into a series of high and low voltages to drive its electronic components for computation. 2. Assembly Language … Read more

Introduction to Assembly Language Tutorial

Introduction to Assembly Language Tutorial

Public Awareness of Information Security, Enlightenment of Information Security Knowledge. Add WeChat group reply to public account: WeChat Group; QQ Group: 16004488 Joining the WeChat or QQ group can get: Learning Tutorial Tutorial ListSee the bottom menu of the public account Previous articles on assembly language ▼ Writing a virus in assembly language Brief analysis … Read more

An Overview of Assembly Language

An Overview of Assembly Language

Publicity for Information Security, Enlightenment of Information Security Knowledge. Add WeChat group to reply to the public account: WeChat Group; QQ Group: 16004488 You can get free materials by joining the WeChat or QQ group:Learning Tutorials Tutorial ListSee the bottom menu of the public account Assembly language (assembly language) is a low-level language used for … Read more

Difference Between Assembly Language Pseudo Instructions and Assembly Instructions

Difference Between Assembly Language Pseudo Instructions and Assembly Instructions

Instructions control the operation of machine code during program execution and are the basis for CPU execution, making programming, compiling, and execution effective.Pseudo instructions do not directly control the runtime machine but guide the translation program on how to generate machine instruction code. Instruction Statements Each instruction statement generates executable instruction code (i.e., target code) … Read more