Comprehensive Guide to ARM Cortex-A Series Processors

Comprehensive Guide to ARM Cortex-A Series Processors

As shown in the figure, the green parts are all the v7-A architecture, and the blue ones are the v8-A architecture, basically the green supports both 32 and 64 bits. Except for A32, which only supports 32 bits. On the right side of each part, for example, the most efficient A15-A73 at the top is … Read more

Understanding Arm NEON: CPU Optimization Techniques and Instruction Introduction

Understanding Arm NEON: CPU Optimization Techniques and Instruction Introduction

Click the card below to follow Arm Technology Academy This article is selected from the Extreme Technology column “Embedded AI” and is authorized to be reprinted from Zhihu author High-Performance Computing Institute’s “Mobile Algorithm Optimization“. Previously, we learned how to quickly get started with NEON programming, Arm NEON optimization technology, and Arm NEON Learning (III) … Read more

Exploring Embedded ARM Cores in FPGAs Beyond ZYNQ

Exploring Embedded ARM Cores in FPGAs Beyond ZYNQ

Soft Cores vs Hard Cores Embedded processor hard-core FPGAs, also known as SoC FPGAs, integrate hard-core processors into the hardware design from the outset, allowing for pure hardware implementation without consuming FPGA logic resources. The hard-core processor and FPGA logic are largely independent of each other. In simple terms, SoC FPGAs combine an ARM processor … Read more

New Books from Huaqing: Detailed Development Guide for ARM Processors and Embedded Linux System Development Tutorial

New Books from Huaqing: Detailed Development Guide for ARM Processors and Embedded Linux System Development Tutorial

After extensive planning and preparation, new books have finally been published this month: Huaqing’s Embedded Series “Detailed Development Guide for ARM Processors – Based on ARM Cortex-A9 Processor Development Design” and “Embedded Linux System Development Tutorial”. Continuing the consistent style of Huaqing’s embedded professional books and teaching materials, these books provide detailed and professional explanations, … Read more

Message Communication Between Arm Cortex-M4 and Cortex-M7 Dual Cores

Message Communication Between Arm Cortex-M4 and Cortex-M7 Dual Cores

Follow Arm Technology Classroom by clicking the card below This article is authorized to be transferred from the WeChat public account Embedded Column. This article mainly shares the implementation of simple Asymmetric Multi-Processing (AMP) core-to-core communication using FreeRTOS message buffers, taking the STM32H7 (M4 and M7) dual-core processor as an example. 1. Overview The communication … Read more

Understanding the Differences and Connections Between ARM7, ARM9, S3C2410, STM32, and Cortex-M3

Understanding the Differences and Connections Between ARM7, ARM9, S3C2410, STM32, and Cortex-M3

Seeing that the number 9 in ARM9 is larger, do you think it is better? Seeing that a lot of information is based on S3C2410, do you think it is still quite popular now? If we could turn back time 10 years, ARM9 and S3C2410 were indeed quite popular. Why do I say this? Because … Read more

Differences in SysTick Usage Between Cortex-M3 and M85 Microcontrollers

Differences in SysTick Usage Between Cortex-M3 and M85 Microcontrollers

Follow+Star Public Account Number, don’t miss wonderful content Author | strongerHuang WeChat Official Account | strongerHuang Cortex-M is an ARM core designed for MCU, launched about 20 years ago, and the most classic is the Cortex-M3 core, which is one of the most widely used cores on the market today. Currently (2024-09), the latest and … Read more

The Ultimate Integration: AXIOM Perfectly Combines Arduino, ARM, and FPGA

The Ultimate Integration: AXIOM Perfectly Combines Arduino, ARM, and FPGA

After two years of development, the AXIOM board has finally been launched. Initially, AXIOM was supported by seven different enterprises from Europe, including three research institutions/universities: the University of Siena, the Barcelona Supercomputing Center, and Fourth, along with four tech companies: SECo, Vimar, Evidence, and Herta Security. The AXIOM board is the first to combine … Read more

Common Commands for ARM Development Boards

Common Commands for ARM Development Boards

1、reboot means to restart. 2、source makes the modified files take effect immediately, avoiding the problem of having to restart for the changes to take effect. For example, if we modify /etc/profile, the changes will not take effect immediately. In this case, we can enter source /etc/profile to apply the changes. There will be more updates … Read more

Understanding Arm Architecture and Its Cores

Understanding Arm Architecture and Its Cores

Arm architecture has dominated the embedded processing and computing market today, but it has come a long way over the past few decades.Starting in the 1980s, it was initially used as a home computer processor, then in the 1990s it became the foundation for mobile phone chips.Today, Arm is a strong competitor in almost every … Read more