The difference between MCU and ARM

Publisher:HuanleLatest update time:2012-11-17 Source: 21IC Keywords:MCU  ARM Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

I believe that many netizens are very confused about the difference between MCU and ARM. The following editor will explain the difference between the two one by one:

1. Software

This is probably the biggest difference . The operating system was introduced. Why was the operating system introduced? What are the benefits?

1) Convenience. This is mainly reflected in the later development, that is, developing applications directly on the operating system. Unlike a single-chip microcomputer, everything needs to be rewritten. The early operating system transplantation work still needs to be done by professionals.

2) Security. This is a feature of LINUX. The memory management of the LINUX kernel and user space is separated, so the system will not crash due to a single program error of the user. This has never been seen in the software development of single-chip microcomputers.

3) Efficiency. The introduction of process management and scheduling system makes the system run more efficiently. In traditional single-chip microcomputer development, most of them are based on interrupt-based foreground and background technologies, which have limitations in the management of multiple tasks.

2. Hardware

The current 8-bit microcontroller technology hardware is developing very fast, and many very powerful microcontrollers have appeared. However, there is still some gap compared with 32ARM.

ARM chips usually integrate SDRAM, LCD and other controllers into the chip. In 8-bit machines, most of them need to be expanded externally.

In general, a MCU is a microcontroller, and ARM is obviously a microprocessor.

After the introduction of embedded operating system, many functions that single-chip system cannot complete can be realized. For example: embedded web server, Java virtual machine, etc. In other words, there are many free resources to use, and the above two services are examples. If you develop these functions on a single-chip computer, you can imagine the difficulty.

Finally, let me use a metaphor to describe the difference between them:

Unilever introduced a soap packaging production line, but found that the production line had a defect: there were often boxes without soap. They couldn't sell empty boxes to customers, so they had to hire a postdoctoral student in automation to design a solution to sort the empty soap boxes. The postdoctoral student assembled a research team of more than a dozen people, and used a combination of mechanical, microelectronic, automation, X-ray detection and other technologies, spending hundreds of thousands of dollars to successfully solve the problem. Whenever an empty soap box passes through the production line, the detectors on both sides will detect it and drive a robot to push the empty soap box away.

A township enterprise in southern China also bought the same production line. When the boss found this problem, he was furious and asked a worker to fix it for him. The worker came up with a solution: he placed a fan next to the production line and blew it hard, so the empty soap boxes would be blown away.

Keywords:MCU  ARM Reference address:The difference between MCU and ARM

Previous article:Single chip microcomputer circuit design based on PSD series chips
Next article:What is the microcontroller programming program

Recommended ReadingLatest update time:2024-11-16 15:36

Why do microcontrollers use C language?
The transplantation of C to MCU (commonly known as single-chip microcomputer) 8051 began in the mid-to-late 1980s. Objectively speaking, there are many difficulties in transplanting C to 8051 MCU. For example: The non-von Neumann architecture of the 8051 (separate program and data memory spaces), plus the addition of
[Microcontroller]
ARM Exploration Journey 03 | How to use ARM FPU to accelerate floating-point calculations
introduction Since I started to develop software in the embedded field, I have almost always used microcontrollers based on the ARM Cortex M core series. Thanks to the existence of the C language compiler, I can develop without touching assembly, but it seems that I have also missed some scenery, the beauty of the fie
[Microcontroller]
ARM Exploration Journey 03 | How to use ARM FPU to accelerate floating-point calculations
With the help of Zhouyi platform, Arm China has opened up the last mile of AIoT implementation
At the 5th World Internet Conference in 2018, Arm China's new artificial intelligence platform "Zhouyi" made its first public appearance and won the "World's Leading Internet Scientific and Technological Achievement" at the 5th World Internet Conference. Half a year later, customers have a better understanding of th
[Embedded]
With the help of Zhouyi platform, Arm China has opened up the last mile of AIoT implementation
Infineon Technologies Launches New Generation of AURIX™ Microcontrollers to Accelerate the Electrification and Digitalization of Vehicles
Important trends in future travel are carbon neutrality, autonomous driving , connectivity and information security. Microelectronics technology will play a core role in the transformation of travel modes. As a leader in the global automotive semiconductor market, Infineon Technologies AG (FSE:  IF X / OTCQX: IFNNY) c
[Automotive Electronics]
Infineon Technologies Launches New Generation of AURIX™ Microcontrollers to Accelerate the Electrification and Digitalization of Vehicles
ESP8266 wifi module and 51 MCU communication introductory tutorial, module factory firmware burning
I bought an ESP8266 module on Taobao some time ago, which is used to communicate with the 51 microcontroller. Now I will share the general process, hoping to help those who want to learn. Three parts: module configuration, simple communication between module and 51 MCU, and burning of factory firmware There is a pdf t
[Microcontroller]
ESP8266 wifi module and 51 MCU communication introductory tutorial, module factory firmware burning
Implementation and application of trusted computing software stack based on ARM platform
introduction With the continuous development of computer applications, security threats are becoming more and more serious. Traditional methods of simply relying on software to resist security threats often cannot solve the problem. The basic idea of ​​trusted computing is to formulate security specifications f
[Microcontroller]
Implementation and application of trusted computing software stack based on ARM platform
Single chip microcomputer realizes multi-gas detection system
  A gas sensor is a device that can convert information about the type of gas and its concentration into electrical signals. Based on the strength of these electrical signals, information about the presence of the gas to be tested in the environment can be obtained, so that detection, monitoring and alarm can be perfo
[Microcontroller]
Single chip microcomputer realizes multi-gas detection system
Expansion Methods of Single Chip Microcomputer System
  As a most basic system, it should include program memory, data memory, keyboard, display and other circuits. In the measurement system, it also includes analog-to-digital converters and digital-to-analog converters. Due to its good scalability, the MCS-51 series of single-chip microcomputers can form a compact indepe
[Microcontroller]
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号