• interpreting data
    hello i have an array of 3 bytes unsgined char and i want to convert the 3 byte (hex) array to 1 byte (hex value). values in the array are between 0 - 9 only. unsigned char buf[3], output; buf...
  • Streamline .apc and/or .apd internal data format
    Note: This was originally posted on 12th August 2013 at http://forums.arm.com I want to write my own tool to process .apd or .apc files. For example, I want to extract per process/thread information....
  • How should I interpret this ?
    I am developing a signal processing application on the STM32F4 Discovery board, and am in need to use the DAC feature to output a processed signal. Trying to understand how to initialize the DAC so...
  • How interpret the asm lines
    Note: This was originally posted on 1st December 2009 at http://forums.arm.com Hi, I am trying to understand how a library compiled for arm is working and I have a problem to undertstand the following...
  • How to interpret compiler error message?
    Hello, I'm getting following error message: compiling RTX_Config.c... C:\Keil\ARM\RV31\INC\RTX_lib.c(185): error: #29: expected an expression I'm using Keil uVision V4.71.2.0 tools. C compier...