• can anyone tell me the difference between pipelined bus and depipelined bus?and i have uploaded two screen shot of both so what does that arrow from mclk to a[31:0] indicates?
    what does that arrow indicates(arrow from mclk to a[31:0] ?
  • Cortex R8 axi unaligned transfer
    I have an issue in my retarget printf study AXI master port have not any transfer when I change address to unaligned address There is my C code volatitle int *tube = (volatile int *)0xfc000000;...
  • Setting up IRQ in ARM
    Hi everyone I am new to ARM and really wanted to learn about various aspects of ARM Programming . I have basic understanding of x86 Assembly. So,what Specifically I wanted to know is what happens when...
  • Problem: SRAM region is full
    Note: This was originally posted on 12th December 2008 at http://forums.arm.com Hello! I am getting the compiler error that "sram region is full", and I am trying to identify the possible causes. I know...
  • what did these  Assembly codes mean?
    Note: This was originally posted on 3rd February 2009 at http://forums.arm.com Dear all, i debugged my codes on AXD, and the microcontroller is arm7 s3c44b0. it ran well at the beginning, into the "main...