Common Questions and Answers in Embedded System Design

Common Questions and Answers in Embedded System Design

Article Overview This article will answer common questions aboutembedded system design. It begins with broad or conceptual questions. Other questions are more specific and may involve individual peripheral devices within the microcontroller. After browsing through the various topics, feel free to take some time to visitDigiKey Technical Forum. You will find more practical examples containing … Read more

Understanding the Instruction Set of Cortex-M Series Processors

Understanding the Instruction Set of Cortex-M Series Processors

In most cases, application code can be written in C or other high-level languages. However, a basic understanding of the instruction set supported by Cortex-M processors helps developers choose the appropriate Cortex-M processor for specific applications. The instruction set architecture (ISA) is part of the processor architecture, and Cortex-M processors can be divided into several … Read more

Beginners in Hardware: Should You Buy a Microcontroller or a Raspberry Pi?

Beginners in Hardware: Should You Buy a Microcontroller or a Raspberry Pi?

For beginners in electronics, there are now too many electronic technologies available for learning. Like other industries, the development of electronic technology has become more specialized and refined. The era of 8-bit microcontrollers like the 51 has long passed. Today, the microcontrollers you hear about are mainly 32-bit. In terms of program development, it has … Read more

Curated Collection | ARM, Cortex-M

Curated Collection | ARM, Cortex-M

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column To make it convenient for everyone to review articles on their phones while taking public transport or going out for errands, I have carefully curated and categorized some articles: Understanding ARM, Cortex-M cores, and the ARMv8-M architecture … Read more

Quick Guide to ESP8266 NodeMCU with Examples

Quick Guide to ESP8266 NodeMCU with Examples

All the materials mentioned in the video have been prepared for you. You can reply with the keyword “ESP8266” in the backend to download for free (“ESP” is all uppercase). The accounts on Bilibili and Douyin with the same name will be updated from time to time, and you can also follow them. Of course, … Read more

Understanding the RTOS Kernel: A Guide for Beginners

Understanding the RTOS Kernel: A Guide for Beginners

Follow+Star Public Account Number, don’t miss exciting content Author | strongerHuang WeChat Public Account | strongerHuang I recently saw a discussion in a technical group about whether to read the RTOS kernel source code. From the perspective of someone who has been there, I would say: it is not necessary, I do not recommend reading … Read more

Differences Between MCU and MPU

Differences Between MCU and MPU

Differences MCU (Microcontroller Unit) and MPU (Microprocessor Unit) are two different types of embedded processors, and there are several key differences between them: 1. Purpose 👉MCU: MCUs are typically used in embedded systems that need to perform specific control tasks such as sensor data acquisition, automatic control, and control of embedded devices. They focus on … Read more

Essential Knowledge of FPGA: A Must-Read for Beginners!

Essential Knowledge of FPGA: A Must-Read for Beginners!

FPGA stands for Field-Programmable Gate Array, which is a type of programmable logic device. 1. Comparison with Microcontrollers Different Structures: 1.1 The number of pins, resources, and internal multipliers in a microcontroller is fixed, meaning its hardware is predetermined. Its functions can be achieved through software programming. 1.2 In contrast, the internal circuitry of an … Read more

51 Microcontroller Drip Infusion Control System with LCD Display: Proteus Simulation, Program, Design Report, and Tutorial Video

51 Microcontroller Drip Infusion Control System with LCD Display: Proteus Simulation, Program, Design Report, and Tutorial Video

Click the blue text to follow us Drip infusion control system based on 51 microcontroller with LCD display (Proteus simulation + program + design report + tutorial video) Simulation software: Proteus 7.8 and above Compiler: Keil 4/Keil 5 Programming language: C language Design number: S0081 Main functions: Proteus simulation design for drip infusion control system … Read more

Application of 1602 LCD Display Module

Application of 1602 LCD Display Module

The LCD display module is widely used in various instruments and low-power systems due to its advantages such as low power consumption, small size, rich display content, and ultra-thin lightweight. According to the display content, it can be divided into character LCDs and graphic LCDs. Based on display capacity, it can be divided into single … Read more