Browse By Tags

  • Arm Technical Classroom Training Goes Virtual

    March 2020 was the month when all Arm training suddenly had to go virtual. With the outbreak of Covid-19, global lock downs and remote working for all those that could, classroom training from Arm had to adapt and had to do it quickly. 

    We'd already been…

  • which ARM version that i should use for PLC

    hello !

    i am houssam an electrical engineering student, i am new to this forum and new for ARM processore i want to make my own PLC (programable logic controler), and i need a processore for to build this PLC, i find a lot of type of ARM processore (cortex…

  • What is differene between cortex A, Cortex M and Cortex R series of ARM?

    Hi everyone,

    I want to start learning microcontrollers and embedded linux? I want to ask what is differene between A, R and M series of ARM microcontroller? Kindly also suggest me a good book to start learning ARM microcontroller? Which board should I…

  • Guidelines on reducing Cache Miss rate

    Hi Experts,

    Is there any document on general software guidelines in reducing the cache miss rate in the system for ARMV7 architectures ?

    If it is more specific to A/R/M then its great..

  • Cache Memory Requirement

    Hi Experts,

    How to derive the cache memory requirement for the working of the software ?

    I could understand that each of the A/M/R processors have its own applications and build with its own Cache size MPU/MMU configurations but how this is derived with…

  • White Paper Document on Selection of Processors

    Hi Experts,

    As the general discussions seen in the community, it would be great if there is a general guidelines on the list of criteria or guidelines involved in the selection of Cortex A/R/M series Processors ?

    Rather than application specific some other…

  • ldm/stm with not aligned 4byte

    Hi experts!

    I want to use ldr/str or ldm/stm to copy memory not aligned 4bytes.

    I know their input address should be aligned by 4 bytes.

    but is there any solution to use ldr/str or ldm/stm though src or dst isn't aliged 4byte by modifing following code?…

  • New online training course – Arm Cortex processor behaviors

    We are very pleased to announce a new online training topic – Arm Cortex processor behaviors.

    About the course

    This course builds on our series of topics that introduce the A, R, and M profiles of the Arm architecture and is targeted primarily at hardware…

  • I am very new to ARM, still understanding the terminologies. What is the difference b/w the Cortex family and the x-gene?

    Where can i get a list of all these family of ARM processors and their differences

  • Does ARMV8 has Cortex M series

    Hi all,

    The new core ARM V8 supports A & R series alone M series are also be released in near future ?

    If not why ?

  • ARM简史:第二部分

    原文地址:A Brief History of ARM: Part 2

    作者: benwalshe

    继续我的上一篇博客:ARM 简史:第一部分。我将讲述 ARM 1998 年的历史。正是在这一年,ARM 在伦敦证券交易所 (FTSE) NASDAQ 上市,成为一家上市公司。请在网站上查看 ARM 里程碑,深入了解 ARM 运营年份的记事表。此网站还有一个部分很好地介绍了 ARM 经典处理器系列的详细信息。

    20 世纪 90 年代末:增长、互联网崩溃以及成为上市公司的压力

    20 世纪 90 年代末是技术发展的繁荣时期…

  • 看ARM架构如何一步步站上主流地位

              发现一篇对ARM处理器简单、全面介绍的文章,直接贴过来给大家看看,适合初学者了解了解。

    发布:2014-09-23  |  作者:IC猫

              x86与ARM,是目前两大处理器主流架构,前者大家熟悉不过。在PC世代,x86因是最佳效能价格比(C/PRatio,Cost/Performance,大陆称为性价比)的处理器,因而相继击败其他架构的处理器,包含HP的PA…

  • ADAS – A Small Introduction of the Future of Automobiles

    There is currently a lot of talk around Advance Driver Assistance Systems (ADAS) in the car market. Car makers are trying to differentiate their vehicles to end customers by implementing more and more so called driving assistant features in the name of…

  • The features I would like in my ARM processor (part 1)

    Originally this blog post was intended to be all-in-one, but I was suggested to split it into smaller parts.

    So what I'll do, is that I'll mention the features I'd like in my ARM processor, one at a time, piece by piece.

    The purpose of this…

  • Divide and Conquer

    Division on ARM Cores

    “At the end of the day, we must go forward with hope and not backward by fear and division.” – Jesse Jackson.

    It often surprises me how many people believe that “ARM doesn’t do division” or “ARM cores don’t have…

  • 如何从零开始利用ARM微控制器相应资源

    作者:jyiu ,2015年4月3日第五版更新

    原文地址:Getting started with ARM Microcontroller Resources

    1 – 总览

    对于一个ARM微控制器的初学者来说,有时候要找到一些有用的设计参考信息是非常困难的一件事。因为在网上实在有太多资源了,最先遇到的困难可能就是能不能找到一个地方帮助你正确选择一款ARM的处理器 ,目前,主要有两种ARM处理器:

    应用处理器Application processors这些都是能跑操作系统的…

  • Fast Models (快速模型) 简介

    概况

    ARM系统的软件开发周期可因等待昂贵的开发硬件而延迟。要在当今的市场中保持竞争力,需要加快在完全验证的系统上开发全功能软件的速度。快速模型就是为这个目的而生。它提供高性能,丰富,准确的程序员视角(Programmer's View)模型库,支持最新的ARM IP。基于模型库构建的虚拟平台模型可使软件开发流程在硬件原型面世数月之前就启动,极大的缩短整个系统的开发时间。


    关键特性

    • 功能准确的ARM指令集模型,被集成进ARM处理器硬件开发流程中进行对比验证
    • 支持ARM多项先进技术,包括高速缓存(Cache…