So far you could safely equate 64-bit ARM processors with ARMv8 architecture. Not anymore. A few months after introducing Cortex A35 low power ARMv8 64-bit processor, ARM has now announced Cortex-A32 processor, even more power efficient, support ARMv8-A architecture, and designed for 32-bit embedded and IoT applications.
Key features of Cortex-A32 cores:
- Architecture – ARMv8-A (AArch32)
- Multicore – 1-4x SMP within a single processor cluster, and multiple coherent SMP processor clusters through ARM AMBA 4 ACE, AXI 4 or AMBA 5 CHI technology
- ISA Support
- A32+T32 with full backward compatibility with ARMv7-A
- ARM TrustZone security technology
- ARM NEON Advanced SIMD
- DSP & SIMD extensions
- VFPv4 Floating point
- Hardware virtualization support
- Debug & Trace – ARM CoreSight DK-A32
So they’ve got rid of AArch64 instruction set out of ARMv8 architecture in order to improve power efficiency, while keeping the 100 new instructions part of Aarch32 to improve performance, and keeping ARMv7-A compatibility.
ARM also claims the performance will be the same as Cortex A35, and close to Cortex A9, with gains in integer workload efficiency of respectively 10, 25, and 30% over Cortex A35, Cortex A7, and Cortex A5. Thanks to the lack of 64-bit support, Cortex A32 is also 13% smaller than Cortex A35.
Cortex-A32 can also be used in configurations optimized for either performance and power consumption. At the top ends of the spectrum, a quad core Cortex A32 processor @ 1.0+ GHz with FPU + NEON + Crypto engine, and 2x 32KB cache would consume less than 75mW/core, while a single Cortex A32 processor @ 100 MHz 2x 8KB cache, and no extra options would consume less than 4 mW. Typically, SoCs based on Cortex-A32 should be manufactured with 28nm process.
The processor specifically targets consumer embedded products, wearable devices running Linux or Android, Internet of Things (IoT) “rich” nodes, multi function printers (MFCs), and industrial applications.
More details can be found on ARM Cortex-A32 product page, and ARM community blog. You can also learn more by attending “The Future of ARM Cortex-A Processors for Embedded Compute” at Embedded World 2016 on February 24 at 10:30am.
Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011.
Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress
Oh that’s right, ARMv8-A allows a processor to only be 32-bit. It’s getting difficult to remember all of the cores and what they do.