• Errornous typedef PWM_TypeDef in LPC17xx.h (V1.1)
    Hello there, working on a project on motion control with the new LPC1768 in connection with the latest CMSIS I recently noticed the following problem: I wasn't able to get the PWM1 module working...
  • How CoreSight trace helped me debug my RTOS
    Over the past few months, I’ve been working on a Real Time Operating System (RTOS) for the ARM ® Cortex ® -A9 processor, ported from the Keil ® RTX RTOS for Cortex-M series of processors. In this blog...
  • RTX stack over flow
    Hi All, STM32, RTX This may be a basic question but when using RTX and you get a os_error code OS_ERR_STK_OVF is this of the system stack or the task stack(s). I get the task that caused...
  • MDK3.02a Update had error!
    I download mdk3.02a and install, but when debug keil uV3 show: -------------------- *** Restricted Version with 16384 Byte Code Size Limit *** Currently used: 28228 Bytes (172%) *** error 120: code...
  • Trace capture/decode with CoreSight driver and Perf on Linux
    Linaro supports a solution for instruction trace without external debugger involved if the Coresight components are embedded. This article describes the steps to related building, setup and command...