ARM Cortex-A

{{More citations needed|date=June 2025}}

{{Short description|Family of microprocessor cores with ARM microarchitecture}}

{{Infobox CPU

|name = ARM Cortex-A

|designfirm = ARM Holdings

|arch = ARM, Thumb-2 (32-bit cores); ARMv7-A and ARMv8-A

A64, A32, T32 (64-bit cores); ARMv8-A, ARMv8.1-A, ARMv8.2-A, ARMv9-A, ARMv9.2-A

}}

The ARM Cortex-A is a family of ARM architecture processor cores developed by Arm Holdings. Designed for application-level computing, Cortex-A cores are widely used in devices such as smartphones, tablets, laptops, and embedded systems.

Cortex-A processors include both 32-bit and 64-bit designs. Most 32-bit cores implement the ARMv7-A architecture profile. All 64-bit Cortex-A cores implement the ARMv8-A profile, which supports both 64-bit and, in some cases, 32-bit execution.

The Cortex-A series is distinct from Arm's Cortex-R and Cortex-M families, which are optimized for real-time and low-power applications, respectively. Unlike the other two families, the Cortex-A series supports a memory management unit (MMU) required by many modern operating systems.

Overview

class="wikitable" border="1" style="float:right; margin-left:9px;"
colspan=2 | 32-bit
YearCore
2005Cortex-A8
2007Cortex-A9
2009Cortex-A5
2010Cortex-A15
2011Cortex-A7
2013Cortex-A12
2014Cortex-A17
2016Cortex-A32

class="wikitable" border="1" style="float:right; margin-left:9px;"
colspan=2 | 32/64-bit
YearCore
rowspan=2 | 2012Cortex-A53
Cortex-A57
rowspan=2 | 2015Cortex-A35
Cortex-A72
2016Cortex-A73
rowspan=2 | 2017Cortex-A55
Cortex-A75
2018Cortex-A76
2019Cortex-A77
2020Cortex-A78
2021Cortex-A710
2022Cortex-A510
(refresh)

class="wikitable" border="1" style="float:right; margin-left:9px;"
colspan=2 | 64-bit
YearCore
2016Cortex-A34
2018Cortex-A65
2021Cortex-A510
2022Cortex-A715
rowspan=2 | 2023Cortex-A520
Cortex-A720
2024Cortex-A725
rowspan=3 | 2025Cortex-A320
Cortex-A530
Cortex-A730

{{See also|ARM architecture family|List of ARM processors}}

= Licensing and customization =

Arm Holdings does not produce or sell physical processors. Instead, it licenses its processor designs to other companies, which integrate them into custom chips. Licensees receive a synthesizable hardware description of the core—typically written in Verilog—along with a software development toolkit and the rights to produce and sell chips containing the ARM architecture.

This licensing model allows chip designers to customize the processor core to meet specific performance, power efficiency, or size requirements. Manufacturers can add proprietary features, optimize for higher clock speeds or lower power consumption, and configure the core to suit a wide range of applications. The exact configuration of an ARM-based chip varies by manufacturer and can be determined by consulting datasheets and reference manuals.

= Instruction sets =

Cortex-A cores implement several versions of the ARM architecture, reflecting their generation and feature set. Older models such as the Cortex-A5, A7, A8, A9, A12, A15, and A17 are based on the ARMv7-A architecture. Newer 32-bit and 64-bit cores—including the Cortex-A32, A34, A35, A53, A57, A72, and A73—use the ARMv8-A architecture, which introduced support for exclusive load and store instructions used in synchronization.{{Cite web |url=https://documentation-service.arm.com/static/5efa1989dbdee951c1ccdea1 |title=ARMv8-A Synchronization primitives |page=6 |accessdate=2023-12-14}} Later cores such as the Cortex-A55, A65, A75, A76, A77, and A78 implement ARMv8.2-A. The most recent designs, including the Cortex-A510, A710, A715, A520, and A720, are based on the ARMv9-A and ARMv9.2-A architectures.

= Technical documentation =

Documentation for ARM-based processors is typically organized in several layers. At the top level are high-level marketing materials and datasheets provided by the chip manufacturer, which describe the specific system-on-chip (SoC) and its capabilities. More detailed reference manuals outline the chip’s peripherals and system integration features.

At the core level, Arm publishes reference manuals for each Cortex-A processor, covering implementation details and supported features.[https://silver.arm.com/download/download.tm?pv=1299246 ARMv7-A Architecture Reference Manual; ARM Holdings.] For a deeper understanding of the underlying instruction sets and architecture, Arm’s architecture reference manuals provide a comprehensive technical specification. Additional documentation, such as evaluation board guides, application notes, and errata, is often provided by manufacturers to support development and deployment.

See also

References

{{Reflist}}