• VPf vector example
    Note: This was originally posted on 5th January 2011 at http://forums.arm.com Hi. the cortex documentation speak about register bank for vector usage. That's great, but I do not really understand what...
  • Arm NEON not able to understand the cycles?
    Note: This was originally posted on 25th March 2013 at http://forums.arm.com I am working on optimizing the code for FFT algorithm using NEON of ARM. I am running Beagle Board xM as target. I am running...
  • Understand OS_ERR_FIFO_OVF ?
    Hi, sometimes my program crashes and I do not know why. I have a error "OS_ERR_FIFO_OVF". I read the information Keil : http://www.keil.com/support/docs/3604.htm and http://www.keil.com/support...
  • Understanding of startup
    Hello every one, I am new to Cortex m3. I want to understand startup code for this controller. Can I get good link ?? ex: LPC1343.s
  • Understanding of code
    Can anyone explain the codes below, I am completely new to C, and I think there is some mistake in Code 1 Code 1 GLOBAL __main AREA Program, CODE, READONLY __main MOV R0, #625 ; input MOV R1...