Browse By Tags

  • does ARM Cortex-M0 DesignStart support SWD debugger?

    I am studying the ARM Cortex-M0 DesignStart. I found there are debug port SWDIOTMS and SWCLKTCK in the port list of cmsdk_mcu.v, and there are CPU options which defines the CPU's feature.

    I configured the parameter DBG = 1 in the cmsdk_mcu.v Line37…

  • 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.

  • DSP Filter Designer with Automatic code generation to CMSIS-DSP

    Did you know that there are 23 billion IoT embedded devices currently deployed around the world? This figure is expected to grow to a whopping 1 trillion devices by 2050!

    Less known, is that 80% of IoT devices are based around Arm’s Cortex-M microcontroller…

  • CMSIS: A success story

    When the first Arm Cortex-M3 devices came to market in 2004, it quickly became clear that a vendor-independent hardware abstraction layer was required to simplify software re-use and to reduce the learning curve for new software developers. The introduction…

  • arm新运行时软件系统加速Cortex-M设备上功能安全应用开发

    这是一篇关于Keil RTX5在汽车安全及工业安全上进展的译文,原文来自大名鼎鼎的Mr. Keil

    =============

    我们非常高兴发布arm为安全关键系统相关应用高度优化的运行时软件组件,它可以运行在汽车,工业和医疗市场上广受好评的arm芯片上。新的功能安全运行时软件组件包含一个经过认证的实时操作系统(RTOS),Keil RTX5,手工优化的C库和大量文档帮助客户产品通过安全认证。结合TÜV SÜD 认证的arm编译工具链软件测试库,该组件通过提供一个安全,可靠,高效的软件平台减少工程师开发底层软件上的时间…

  • Advanced debug of NXP i.MX7 heterogeneous system

    Hi,
        

    Arm heterogeneous systems combine a high-performance Cortex-A processor together with an energy-efficient Cortex-M processor, all in a single chip. It’s not surprising to see the popularity of these systems increasing since heterogeneous computing…

  • Getting Started ARM STM32F4 CMSIS project

    Dear All,

    Can I have the step by step, how to create a ( CMSIS library ) project using uVision 4 Keil IDE
    My Project board is STM32F407 vg discovery board

    Actually I need following  instructions acceptable project

    GPIO_InitTypeDef GPIO_InitStruct;

    Please…

  • Compile error for core_cm3.c

    I'm currently trialing the Keil uVision compiler V5 with the ST demo board MCBSTM32 (uses an STM32F103R8).

    The Keil IDE indicates that a set of the inline assembler definitions are incorrect.

    __ASM uint32_t __get_PSP(void)

    __ASM void __set_PSP(uint32_t…

  • CMSIS Driver API and Software Packs status

    Hello,

    I recently installed Keil MicroVision 5.0 and started working with an STM32 MCU.

    I was impressed by the highly standardized environment that lets you use peripheral in minutes. However I understand that this environment is quite preliminary, at least…