Two Ultra-High Frequency Cortex-M Core Domestic MCUs

Two Ultra-High Frequency Cortex-M Core Domestic MCUs

Hello everyone, I am Pi Zi Heng, a serious tech enthusiast. Today, I will introduce to you the high-frequency products of domestic Cortex-M core MCU manufacturers. Yesterday, I released the “2023 Edition of Domestic Cortex-M Core MCU Manufacturers High-Frequency Products,” where I found 12 models with a frequency of no less than 144MHz, which has … Read more

Understanding Bit-Banding Operations in Cortex-M

Understanding Bit-Banding Operations in Cortex-M

Follow+Star Public Number, Don’t Miss Exciting Content Author | strongerHuang WeChat Official Account | Embedded Column Bit-banding operations may not be used as much nowadays, but in the past when MCU performance was not very good, bit-banding was a common operation for many software engineers. This article mainly discusses the Cortex-M3 core (STM32F1), which many … Read more

Embedded Technology for Liberal Arts Students: STM32 PCB Design

Embedded Technology for Liberal Arts Students: STM32 PCB Design

1. STM32 and Selection 1.1 STM32 vs 51 Microcontroller Both STM32 and 51 are types of small computer chips that allow us to write code and store it within. For example, we can control a pin to switch between 5V and 0V, connecting an LED to this pin to achieve a blinking effect. This operation … Read more

Overview of Automotive MCU Chip Knowledge

Overview of Automotive MCU Chip Knowledge

(The full text contains over 12,600 words, recommended for collection and reading) Author | Beiwai Nanxiang Produced by | Automotive Electronics and Software With the rapid development of technology, the automotive industry is experiencing unprecedented changes. From traditional internal combustion engine vehicles to new energy vehicles, and now to smart cars, automobiles have become not … Read more

Common Module Examples for 51 Microcontroller (Part 1)

Common Module Examples for 51 Microcontroller (Part 1)

Since the late 1970s, with the birth of the microcontroller, there has been a considerable history of development in microcontrollers. Because microcontrollers are more suitable for embedded systems and have strict volume management, almost every electronic device you see today integrates a microcontroller. The widespread application means that learners of microcontrollers have a wealth of … Read more

Summary of Using 1602 LCD Module

Summary of Using 1602 LCD Module

There are only two operations for the 1602: reading and writing. Reading can be divided into reading status (status register) and reading data (from RAM), while writing can be divided into writing instructions and writing data (to RAM). All operation timing needs to follow the table below. During usage, I encountered a situation where nothing … Read more

Ultrasonic Measurement Alarm System Based on 51 Microcontroller

Ultrasonic Measurement Alarm System Based on 51 Microcontroller

Click the blue text to follow us Ultrasonic measurement alarm system based on the 51 microcontroller with LCD1602 display (Proteus simulation + program + design report + explanation video) Simulation diagram using Proteus 8.15 (lower versions available) Compiler: Keil 4 / Keil 5 Programming Language: C Design Number: P20 Ultrasonic distance measurement alarm design based … Read more

Overview of Embedded Systems: The Brain of Smart Devices

Overview of Embedded Systems: The Brain of Smart Devices

Overview of Embedded Systems: The Brain of Smart Devices Embedded systems are undoubtedly an indispensable part of modern technology, quietly operating in countless devices around us, from simple household appliances to complex spacecraft. This article will delve into the basic concepts and application scenarios of embedded systems, illustrating their importance in modern society with compelling … Read more

Easy Method for Logging in Embedded Systems

Easy Method for Logging in Embedded Systems

Follow+Star Public Account, don’t miss exciting content Source | My Last Name is Liang Many scenarios require logging. In embedded systems, especially in environments with limited storage resources like microcontrollers, a lightweight storage method is necessary. System Log In embedded device applications, system logs can often monitor the running status of device software, timely record … Read more

Exploring Arduino Development with AVR Microcontrollers

Exploring Arduino Development with AVR Microcontrollers

Click on the “Fruit Little Master” above, select “Top/Star Official Account“ Practical Benefits Delivered First-Hand! Abstract: The commonly used chip for Arduino development boards is the AVR microcontroller series produced by Atmel. The most common is the ATmega328P, widely used in the Arduino Uno development board. Developing AVR microcontrollers on the Arduino platform is very … Read more