• A Beginner’s Guide on Interrupt Latency - and Interrupt Latency of the Arm Cortex-M processors
    Introduction All experienced embedded system designers know that interrupt latency is one of the key characteristics of a microcontrolller, and are aware that this is crucial for many applications...
  • Designing a SoC with an Arm Cortex-M Processor
    Have you ever wondered what it takes to create a small system-on-chip (SoC) based on a Arm Cortex-M processor? In this blog, we explain typically what IP components are required and what other things...
  • Errors in the Definitive Guide for ARM Cortex-M book series
    Embarrassing to say, but just like any other technical documentation, there are a few errors in my books on Arm Cortex-M . Over the years I have learn a lot from my mistakes, but it is still impossible...
  • Question : The Definitive Guide to the ARM Cortex-M3
    Note: This was originally posted on 11th December 2007 at http://forums.arm.com Dear, all. I am new in this forum. Recently I studying Cortex-M3 core, so I bought book "The Definitive Guide to the ARM...
  • Loading cortex M1 soft processor on Pynq Processor
    am trying to load the ARM Cortex-M1 soft processor on the pynq Z2. I am writing a simple C program to read values from an array and displaying it on the Jupyter notebook. This does not seem to work as...