Summary of ARM Processor Classifications

The ARM architecture is divided into 7 branches, not 3. 🔵Cortex-A: Application Processor, aimed at application processors. 🔵Cortex-M: Microcontroller, aimed at microcontrollers. 🔵Cortex-R: Real-time Processor, aimed at real-time processing. 🔷Cortex-X: Ultra-high-performance processor. 🔷Neoverse V Series: High-performance computing (HPC) and cloud computing. Application scenarios: high-performance computing, machine learning, big data analysis, etc. 🔷Neoverse N Series: General … Read more

Practical STM32 Microcontroller Tutorial

Course Details: This course mainly introduces the system design of the STM32 microcontroller through typical examples, combining software and hardware. It explains the process, methods, techniques, and design concepts of STM32 microcontroller application system development in a simple and easy-to-understand manner. This course comprehensively explains various technologies in microcontroller development through 26 module examples, including … Read more

Performance Characteristics and Usage Experience of Microcontrollers Commonly Used in Robotics

Click above “China Command and Control Society” to follow us! Many friends who have just come into contact with robots or microcontrollers may be confused by the various types of microcontrollers. What are the differences between them? Which microcontroller is better for controlling robots? Once we choose a microcontroller, what shortcuts can we take to … Read more

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

Overview of 8 Major Main Control Chips for Drones

At the recently concluded CES 2016, major chip manufacturers and device manufacturers engaged in a fierce competition in the air, making drones a hot new product. The reason is that if drones are positioned solely as consumer products, their market capacity is quite limited, and manufacturers’ enthusiasm would not be so high. However, as demand … Read more

How to Use USB to Program the Chuangxue Multifunctional ARM7 Experiment Box

1. LPC2103 Download (Programming) Methods Programming the FLASH memory of LPC2103 can be achieved through the following three methods: 1) Using the built-in serial JTAG interface 2) Using In-System Programming (ISP) and UART 3) Using In-Application Programming (IAR) functionality In this manual, we will mainly explain the two downloading methods: JTAG interface and ISP + … Read more

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

Getting Started with the Domestic STAR-MC1 Microcontroller in 5 Minutes

Recently, I received a development board based on the Cortex-M33 core from the Breadboard Community: FR3068D-C The Breadboard Community is currently conducting a review activity, with 300 FR3068D-C boards available for free application. Everyone can scan the QR code below to claim one for free The main control of this development board is the FR3068E-C … Read more

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