• How to port TensorFlow Lite for Microcontroller applications to the Arm Cortex-M55 Processor

    Pareena Verma
    Pareena Verma

    The Arm Cortex-M55 processor is the first processor with Armv8.1-M architecture which includes the implementation of Arm Helium Technology, also known as M-profile Vector Extension (MVE). Helium technology enables increased levels of Machine Learning and…

    • 1 month ago
    • Software Tools
    • Tools, Software and IDEs blog
  • How to use the Arm Cortex-M55 Processor with the open-source CMSIS library

    Jason Andrews
    Jason Andrews

    Arm recently announced the Cortex-M55 processor, the first to feature Arm Helium technology, also known as the M-Profile Vector Extensions (MVE), introduced with the Armv8.1-M architecture. The vector extensions enable increased DSP and machine learning (ML…

    • 3 months ago
    • Software Tools
    • Tools, Software and IDEs blog
  • Cortex-M23 FVP hard faults when using DS-5 Debugger

    HugoARA
    HugoARA

    Hi,

    I'm starting to explore this technology by running the TrustZone example application in Linux using GNU ARM Toolchain. This example is provided by a CMSIS software pack containing this example called "TrustZone for ARMv8-M No RTOS" which I was…

    • over 2 years ago
    • TrustZone for Armv8-M
    • TrustZone for Armv8-M forum
  • Why should we call secure function in handler mode?

    matt-ma
    matt-ma

    Why should we call secure function in handler mode? What is the design purpose for this?  As we know, none-secure side can also call secure function in thread mode.

    • Answered
    • over 1 year ago
    • TrustZone for Armv8-M
    • TrustZone for Armv8-M forum
  • Develop Embedded Control Systems Efficiently in MATLAB with Arm Models and Compiler Integration

    Zach Lasiuk
    Zach Lasiuk

    Overview

    Developing software involving DSP, control systems, and complex algorithms running on embedded targets is a humbling task. To streamline this often complex and tedious process, Arm has several offerings to help verify & optimize code under development…

    • over 1 year ago
    • Software Tools
    • Tools, Software and IDEs blog
  • 使用Fast Model的ITM功能trace Cortex-M 软件

    feng
    feng
    原文地址:https://community.arm.com/tools/b/blog/posts/trace-cortex-m-software-with-the-instruction-trace-macrocell-itm
     
     
    ARM Fast model 最近release的版本中HighLight了这样一条Feature:ITM support added to Cortex-M Fast Models。本文帮助你更好的理解这个feature的作用并带你如何实际使用它。
     
    ITM通常用来方便应用程序和操作系统的打印printf…
    • cortex-m4-itm-example.tar.gz
    • over 2 years ago
    • 中文社区
    • 中文社区博客
  • Trace Cortex-M software with the Instrumentation Trace Macrocell (ITM)

    Jason Andrews
    Jason Andrews

    Selected Cortex-M processors include the instrumentation trace microcell (ITM) to help understand system behaviour. Although it can provide other types of trace, the ITM is commonly associated with printf() output and event tracing from applications and…

    • cortex-m4-itm-example.tar.gz
    • over 2 years ago
    • Software Tools
    • Tools, Software and IDEs blog
  • FVP_MPS: Write Byte Not Working for The 7-Segmenet Display?

    Meng-Yuan Huang
    Meng-Yuan Huang

    My simulation environment is: uVision 5.14 + Fast Models 9.2

    The fixed virtual platform is this one:

    C:\FastModelsPortfolio_9.2\examples\FVP_MPS\Build_Cortex-M4\FVP_MPS_Cortex-M4.sgproj

    I want to write a program to control the 7-segmenet displays. By Fast…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum