Introduction to ARM
CPU is the brain of a computer, and it executes instructions as per the program code/logic flow, and it is also known as Processor. The speed of the processor is expressed in Hertz, and current processors work with a clock speed of more than one Giga Herz (1,000,000,000 Cycles/second). Intel and Advanced Micro devices (AMD) processors are used in Servers, Desktops and Laptops. ARM, IBM, and ATI processors are mostly used in Mobile tablets, Smartphones, Cars, game consoles, and all equipment fitted with embedded systems. Different Processors use different Instruction sets, and it has its own pros and cons.
ARM Processors
Given below are the ARM Processors:
1. ISA
Processors work on different instruction sets Architecture (ISA). ISA depicts the way the memory is accessed, instructions are processed, and Input / Output operations are managed, and architecture defines the way of connecting all the pieces together and making the processor. ISA is an effective communication medium between Programmer and Processor though there are many formal layers between them.
2. CISC
There are two major instruction sets, viz., Reduced Instruction Set Computing (RISC) and Complex Instruction set computing (CISC). Intel x86, AMD, Motorola, VAX, PDP-11 Processors uses CISC Architecture, whereas ARM, MIPS, PA-RISC, PIC, AVR, Power processors uses RISC architecture.
3. RISC
ARM processor belongs to RISC family architecture, and Advanced RISC Machines developed it. CISC was the only ISA for some time, and there was no formal categorization of ISA then. When RISC was invented, the Categorization was done to identify different ISAs. RISC being the latest ISA executes one simple (reduced) instruction in about one clock cycle. Software focused on enhancing performance makes use of RAM for processing multiple instructions and executes the instruction faster.
Features of ARM Processors:
- Single-cycle to execute an instruction,
- Registers & Address mode’s interchangeable use due to its uniform instruction format (Orthogonal Instruction set).
- Consumes less power.
- Deployed in Simple and small devices.
- ARM processors are 32-bit 64-bit multicore processor.
- It processes a reduced number of instructions at a higher speed, completing multi-millions of instructions per second (MIPS). The term “Reduced” indicates the work content in instruction is reduced, and it is made simple when compared to CISC.
- Require more memory to execute more instructions.
- Load/Store Architecture to make hardware faster and simpler.
- Enables effective multi-core processing. Facilitates easier programming and reduce coding efforts.
Applications of ARM Processors:
- ARM processer is deployed quite extensively in smartphones, tablets, mobile watches and multimedia players.
- Miniaturized gadgets can be designed with ARM processors as the hardware (transistors) requirements are low due to the reduced instruction set.
ARM Architecture Acorn
ARM is an acronym for Advanced RISC Machine, but its original name was Acorn RISC machine developed by Arm Holdings, and this architecture was licensed to the third-party developer to package this in their products. 6502 based BBC Micro series was the first ARM product to be released. It did not support a graphic interface.
1. ARM2
With the help of VLSI, who provided ROM support, Acorn develops ARM2. Low latency was achieved along with an efficiency of 6502. ARM2 has a 32bit size in which 26 bits were for address and 6 bits for registers. It had only 30,000 transistors as against the 40,000 marks of Motorola. This had helped in achieving low power consumption, heat dissipation, better performance and take the lead over intel 80286. ARM3 was later released with a provision to hold cache memory to improve the performance.
2. ARM6
Acorn collaborated with Apple computer and VLSI technology and formed the new company ARM limited and new processor. ARM6 was released, and Apple built their Apple Newton PDA using ARM6 based ARM610. These processors were used by in PCs by Acorn. DEC developed Strongarm using this processor. Intel incorporated the same processor in i960 processors. No of transistors grew only to 35000 in ARM6. In the year 2005, 98% of the mobile phones had ARM processor. ARM6 continued to be used in mobile devices, and its market share in 2013 was 60%.
ARM designed ARM7, ARM8 incorporating many improvements over ARM6. ARMv5 to ARMv7 was used in mobile devices, phones and PDAs. ARM processors were deployed in an embedded system to be fitted on equipment due to its unique features. ARMv8 is used in high-end gadgets currently.
Innovative License Model
ARM holding floated from original Acorn, sells IP Cores to third party vendors in a variable model in terms of cost and deliverables. Third-party vendors can build their own processor using ARM core and other products to build their own CPU, Microcontrollers, System-on-chips and devices and can sell it to other original equipment manufacturers. It sells only Core to the third-party vendors who wish to develop their own chip design using ARM core. Arm holding does not allow reselling of its licenses. It sells IP only for the value perceived and delivered to its customers.
List of ARM Architecture
Given below table shows a few of the various architecture developed by ARM as well as their third-party vendors.
Architecture | Core
(bits) |
ARM Core | Third-party |
ARMv1 | 32 | ARM1 | |
ARMv2 | 32 | ARM2, ARM3, ARM250 | Amber, STORM open softcore |
ARMv3 | 32 | ARM6, ARM7 | |
ARMv4 | 32 | ARM8 | StrongARM, ZAP, FA526 |
ARMv4T | 32 | ARM7TDMi, ARM9TDMI | |
ARMv5TE | 32 | ARM7EJ, ARM9E, ARM10E | XScale, Feroceon, FA626T3 |
ARMv7-A | 32 | ARM Cortex-A5, A6, A7, A8, A9 | Qualcomm Scorpion, Pj4, Apple Swift |
ARMv8-A | 32/64 | ARM Cortex-A35, A53, A72 | X-Gene, Apple, Qualcomm, Samsung |
Advantages and Disadvantages of an ARM
Given below are the advantages and disadvantages:
Advantages
Below are the advantages:
- It consumes less power and generates less heat.
- Economical when compared to others.
- Works faster.
- Requires less hardware and hence ideal for mini gadgets.
- Number one choice by end-users due to better support infrastructure and easy availability.
Disadvantages
Below are the disadvantages:
- Not compatible with Windows OS.
- Speed and performance are not consistent in all cases.
- Debugging is difficult.
- Performance depends on the ability of the programmer to execute properly.
Conclusion
ARM processors are used extensively in Mobile devices, PDA, Phones, Microsoft Surface etc. It also provides Power efficient solutions in servers and supercomputers.
Recommended Articles
This is a guide to What is ARM? Here we discuss the introduction to ARM processors with architecture acorn, innovative license model, advantages and disadvantages. You may also have a look at the following articles to learn more –
11 Online Courses | 2 Hands-on Projects | 65+ Hours | Verifiable Certificate of Completion
4.5
View Course
Related Courses