• Configuring PIO and SMC in AT91SAM7SE
    Hi all, In my project i have connected external SRAM with AT91SAM7SE controller via static memory controller interface,for that i configured PIO and SMC controllers, then i have tried to write some data...
  • Big problems using DSB, ISB, DMB and SMC mnemonics with armv7 A8 TI Sitara am335x
    I implemented the following C snippet as normal C file: /* * test.c - Demonstrating the Secure Monitor Calls (SMCs) in am335x TI armv7 A8 architecture. */ #include <stdio.h> static inline void...
  • LDM instruction
    Note: This was originally posted on 16th December 2009 at http://forums.arm.com Hi all, I am studying ARM architecture.I have a board board with ARM922T My doubt is whether the C compiler will generate...
  • instruction differences
    Note: This was originally posted on 31st January 2011 at http://forums.arm.com does there exist any instruction differences between rvds and codesourecery..??
  • VZIP instruction
    Note: This was originally posted on 25th June 2009 at http://forums.arm.com Hello, I am using NEON instructions in my application as Inline Assembly routine. I am getting some different out put by executing...