North China Industrial Control Launches EMB-3582 Embedded Board with RK3588 Chip

North China Industrial Control Launches EMB-3582 Embedded Board with RK3588 Chip

Recently, North China Industrial Control released the EMB-3582 embedded motherboard equipped with Rockchip’s next-generation flagship AIoT chip RK3588. The product has significantly improved performance in NPU, RAM, ROM, video encoding and decoding, network communication, and I/O capabilities, featuring high computing power, strong multimedia capabilities, and rich I/O interfaces, making it suitable for various scenarios such … Read more

Detailed Explanation of Embedded Product Development Process

Detailed Explanation of Embedded Product Development Process

Source: ittbank Embedded products, like ordinary electronic products, must follow some basic processes during development, which is a journey from requirement analysis to overall design, detailed design, and finally to product completion. However, compared to ordinary electronic products, the development process of embedded products has its uniqueness. It involves both embedded software and embedded hardware, … Read more

Jiang Zemin’s 2008 Paper on Intelligent Development and Machine Learning

Jiang Zemin's 2008 Paper on Intelligent Development and Machine Learning

Source: “Development of China’s Information Technology Industry in the New Era” Organized and published by the Internet of Things Think Tank Introduction “Those who do not plan for the overall situation are not fit to plan for a single domain; those who do not plan for the future are not fit to plan for the … Read more

The True Power of Domestic CPUs and Operating Systems

The True Power of Domestic CPUs and Operating Systems

China boasts the world’s leading supercomputer, the Sunway TaihuLight, which is excitingly powered by domestically produced CPUs. However, the general public has very few opportunities to use computers equipped with domestic CPUs and operating systems. Recently, Zhaoxin claimed that its self-developed CPUs can now compete with international manufacturers in terms of performance. It seems that … Read more

The Importance and Applications of Chips Beyond Computers and Smartphones

The Importance and Applications of Chips Beyond Computers and Smartphones

In 2017, China’s chip industry imported a staggering $260.14 billion, accounting for about 68.8% of the world’s total. Many people associate chips solely with the CPU (Central Processing Unit) of computers and smartphones, but chips come in various forms. △ The chip core after removing the cover Chips are everywhere Your router at home requires … Read more

Comprehensive Embedded System Vocabulary Reference

Comprehensive Embedded System Vocabulary Reference

A ASIC (Application-Specific Integrated Circuit) – A piece of custom-designed hardware in a chip. address bus – A set of electrical lines connected to the processor and all of the peripherals with which it communicates. The address bus is used by the processor to select a specific memory location or register within a particular peripheral. … Read more

Common Challenges Faced by Large Chips

Common Challenges Faced by Large Chips

Source: Hardware-Software Integration Author: Chaobowx 1 What Are Large Chips? 1.1 Classification Based on Operating System Standards Thus, we can have a straightforward standard for large chips: They need to support operating systems and virtualization (virtualization includes different levels such as virtual machines, containers, functions, etc.); They need to support virtualization resource partitioning; They need … Read more

Common RTOS in STM32 Embedded Development

Common RTOS in STM32 Embedded Development

1 FreeRTOS Since RTOS requires a certain amount of system resources (especially RAM), only a few real-time operating systems such as μC/OS-II, embOS, salvo, and FreeRTOS can run on small RAM microcontrollers. Compared to commercial operating systems like μC/OS-II and embOS, FreeRTOS is a completely free operating system, featuring open source code, portability, scalability, and … Read more

Understanding the Relationships Between Microcontrollers, ARM, MCU, DSP, and FPGA

Understanding the Relationships Between Microcontrollers, ARM, MCU, DSP, and FPGA

Article Length: 8000 words, Content Quality: ⭐⭐⭐⭐⭐ 01 Clarifying the Differences First, “Embedded” is a concept without a precise definition; various books have their own interpretations. However, the main idea is the same: compared to general systems like PC, embedded systems are specialized systems with a streamlined structure, retaining only the necessary components in both … Read more

Microcontrollers Running Operating Systems: What Are Your Options?

Microcontrollers Running Operating Systems: What Are Your Options?

When programming microcontrollers, we know there are two basic operations: bare metal and operating systems. Bare metal means a large loop running repeatedly. Today, we will discuss several commonly used operating systems. A Real-time Operating System (RTOS) runs tasks in order, manages system resources, and provides a consistent foundation for developing applications. Compared to general … Read more