Analysis of STM32 Reset Circuit Methods

Analysis of STM32 Reset Circuit Methods

Introduction to STM32 The STM32 series is based on the ARMCortex®-M0, M0+, M3, M4, and M7 cores specifically designed for embedded applications that require high performance, low cost, and low power consumption. Prior to the STM32F105 and STM32F107 interconnected series microcontrollers, STMicroelectronics had launched the STM32 basic series, enhanced series, USB basic series, and complementary … Read more

Introduction to Cortex-M3: Understanding Registers

Introduction to Cortex-M3: Understanding Registers

This article is reprinted from the Jishu Community Jishu Column: Arm Technology Blog Author: Andy Lok Source: https://zhuanlan.zhihu.com/p/52855259 In this article, we will discuss a very important concept in embedded systems – registers. Since microcontrollers interact with the external environment and control their own functions primarily through registers, the use of registers will be integral … Read more

ARM Cortex-M3 System Design and Implementation: STM32 Basics

ARM Cortex-M3 System Design and Implementation: STM32 Basics

Call Number: TP332/7 Author: Guo Shujun, Wang Yuhua (Editors) Content Recommendation: This book takes the STM32 series 32 bit Flash MCU as an example, adhering to the principle of “starting simple” and using direct register manipulation as the design method, to introduce the ARM Cortex-M3 system design and implementation. The book consists of 10 chapters: … Read more

The Development History of ARM Architecture

The Development History of ARM Architecture

Currently,X86 and ARM architectures are recognized as the two most outstanding architectures in the commercialization process. Previously, we introduced the X86 architecture, and today we will introduce another architecture that has been on fire for nearly a decade, ARM. ARM architecture, formerly known as Advanced RISC Machine (earlier known as: Acorn RISC Machine), is a … Read more

Anxin Supports 2024 National College IoT Design Competition

Anxin Supports 2024 National College IoT Design Competition

Starting from April 22, 2024, at Shandong University, and continuing to Shandong Vocational College of Commerce on May 7, Lanzhou Jiaotong University on May 9, East China Jiaotong University on May 10, Guizhou University on May 17, and Nankai University on May 22.Technical engineers from Anxin Education visited the above six universities to conduct technical … Read more

STM32 Embedded Tutorial Series by Shanguigu

Last night, I worked overtime and posted a message on my friend circle: “Success can only be achieved through hard work, “there’s no glory that comes from waiting!” I added a photo of a clear night sky, and included a little fist emoji, just in case my boss wouldn’t see it, I even tagged him. … Read more

You Read That Right: Machine Learning on MCUs Is Powerful!

You Read That Right: Machine Learning on MCUs Is Powerful!

Image source: putilov_denis/stock.adobe.com Machine Learning (ML) is a very good tool for solving problems involving pattern recognition. ML algorithms can transform chaotic raw data into usable signals. The basic process is to generate a model based on data, and then use the model to predict outputs, achieving learning, reasoning, and decision-making without human interaction. However, … Read more

Master These Two Microcontroller Programming Concepts

Master These Two Microcontroller Programming Concepts

Recommended to follow 👇 the public account below to learn more electronic technology knowledge! 1. Layered Thinking The idea of layering is not a mysterious thing; in fact, many engineers working on projects are already using it. After reading many posts, I found that this concept was not mentioned, yet the layered structure is indeed … Read more

What Are Embedded Systems and Microcontrollers?

What Are Embedded Systems and Microcontrollers?

Those working in the field of computer or electronic information must have heard of embedded systems and microcontrollers, right? Many people should know that these two terms are closely related to hardware systems. Just hearing them makes one think of circuit boards filled with chips and pins: However, if you ask what exactly embedded systems … Read more

Are Embedded Systems and Microcontrollers the Same?

Are Embedded Systems and Microcontrollers the Same?

Anyone working in information technology must have heard of embedded systems and microcontrollers. These two terms are closely related to hardware systems. However, if you ask what exactly embedded systems are and what microcontrollers are, and what the differences between them are, I believe most people would not be able to explain clearly. Today, I … Read more