Browse By Tags

  • Using same compiler for Cortex A profile and Cortex M profile

    I currently have separate bare-metal projects that require using the GNU GCC with Cortex A Profile and the Cortex M Profile in the same msys2/mingw-w64 environment.

    Previously, the Cortex A profile toolchain used "arm-eabi-*" but has now (9.2) been changed…

  • Understanding of the clock cycle activity for LPC1114

    Hello, 

    I am now working with the LPC1114 which utilizes the ARM CORTEX M0 architecture. I have one question about the instruction set summary of the ARMv6M Thumb instruction set. I want to know what the processor does during each single clock cycle for…

  • Getting started with Arm Helium: The new vector extension for the M-Profile Architecture

    Arm has announced the latest version of the Armv8-M architecture, known as Armv8.1-M, including the new M-Profile Vector Extension (MVE). The vector extension brings up to 15 times performance uplift to machine learning (ML) functions, and up to 5 times uplift…