Browse By Tags

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

    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…

  • How to use the Arm Cortex-M55 Processor with the open-source CMSIS library

    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…

  • Cortex-M23 FVP hard faults when using DS-5 Debugger

    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…

  • Why should we call secure function in handler mode?

    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.

  • Develop Embedded Control Systems Efficiently in MATLAB with Arm Models and Compiler Integration

    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…

  • 使用Fast Model的ITM功能trace Cortex-M 软件

     
     
    ARM Fast model 最近release的版本中HighLight了这样一条Feature:ITM support added to Cortex-M Fast Models。本文帮助你更好的理解这个feature的作用并带你如何实际使用它。
     
    ITM通常用来方便应用程序和操作系统的打印printf…
  • Trace Cortex-M software with the Instrumentation Trace Macrocell (ITM)

    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…

  • FVP_MPS: Write Byte Not Working for The 7-Segmenet Display?

    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…