Understanding Microcontrollers: What is an MCU?

Understanding Microcontrollers: What is an MCU?

The MCU chip refers to the Microcontroller Unit (Microcontroller Unit; MCU), also known as a microcontroller or single-chip microcomputer. It appropriately reduces the frequency and specifications of the central processing unit and integrates memory, counters, USB, A/D conversion, UART, PLC, DMA, and other peripheral interfaces, even the LCD driver circuit, into a single chip, forming … Read more

Understanding Automotive Control Chips (MCU)

Understanding Automotive Control Chips (MCU)

Introduction: This article introduces the MCU chips in four domains: body, chassis, power, and cockpit, from four dimensions: working requirements, performance requirements, industry landscape, and industry barriers. It also organizes the application status of domestic MCU chips for reference by practitioners. 1. Introduction to Control Chips The control chip mainly refers to the MCU (Microcontroller … Read more

Understanding Interrupt Systems in MCUs and RTOS

Understanding Interrupt Systems in MCUs and RTOS

Abstract:We encounter many operating systems, such as Windows, Android, iOS, and Linux, which are all types of operating systems. Microcontrollers also have their own operating systems, known as real-time operating systems. So what are the differences between these real-time operating systems and the systems we use? The operating systems we commonly use are actually non-real-time … Read more

Three Programming Methods for Microcontrollers: ISP, IAP, ICP

Three Programming Methods for Microcontrollers: ISP, IAP, ICP

IAP Let’s start with the most relevant topic mentioned above, IAP (In Application Programming). As the name suggests, it means that user code can erase and program the flash memory area. Different MCUs have different flash memory addresses; for example, the flash memory starting address for LPC1778 is 0x0, while for STM32 it is usually … Read more

Understanding the Differences Between CPU, MCU, FPGA, and SoC

Understanding the Differences Between CPU, MCU, FPGA, and SoC

Source: Semiconductor Industry Alliance Currently, there are two types of civilizations in the world: one is the carbon-based civilization formed by human society, and the other is the silicon-based civilization composed of various chips—because almost all chips are made from single crystal silicon, the total number of chip systems far exceeds the number of humans … Read more

32-Bit MCUs Surpassing 8-Bit MCUs

32-Bit MCUs Surpassing 8-Bit MCUs

Since STMicroelectronics (ST) launched the first STM32 Cortex-M core MCU in 2007, over 16 years, the cumulative shipment of the STM32 series has exceeded 11 billion units, including mainstream, ultra-low power, high-performance, wireless MCUs, and five major series of MPUs. ST’s ranking in the global general-purpose MCU market has jumped from 3rd place in 2017 … Read more

Exploring Innovative Uses of ESP32

Exploring Innovative Uses of ESP32

A Favored MCU – ESP32 ESP32 integrates 2.4 GHz Wi-Fi and Bluetooth dual-mode, using TSMC’s ultra-low power 40nm process, suitable for various IoT application scenarios. 32-bit MCU & 2.4 GHz Wi-Fi & Bluetooth/Bluetooth LE Xtensa 32-bit LX6 single/dual-core processor, computing capability up to 600 MIPS 448 KB ROM 520 KB SRAM 16 KB RTC SRAM … Read more

Detailed Explanation of 6 Connection Methods for Embedded Color LCDs

Detailed Explanation of 6 Connection Methods for Embedded Color LCDs

There are various interfaces for LCDs, with detailed classifications. The main focus is on the driving and control methods of the LCD. Currently, the connection methods for color LCDs on mobile phones generally include: MCU mode, RGB mode, SPI mode, VSYNC mode, MDDI mode, and DSI mode. MCU mode is also referred to as MPU … Read more

Lightweight Embedded AI by HiSilicon Drives Real-time MCU Intelligence

Lightweight Embedded AI by HiSilicon Drives Real-time MCU Intelligence

Artificial Intelligence (AI) is not a new technological concept; its history can be traced back to the 1950s. Since entering the 21st century, AI has made breakthrough progress in areas such as image recognition, speech recognition, natural language processing, robotics, and autonomous driving, benefitting from rapid increases in computing power and the swift development of … Read more

Introduction to MCU, MPU, CPU, and SOC

Introduction to MCU, MPU, CPU, and SOC

In embedded development, we often encounter some professional terms, such as CPU、 MPU、 MCU and SOC, and the frequency of these terms is very high, often appearing as knowledge points in interviews. Let’s take a look at their characteristics and differences. CPU CPU is the abbreviation for Central Processing Unit, and it is the core … Read more