• Alignment in Cortex-M3 and RVDS
    Note: This was originally posted on 6th May 2011 at http://forums.arm.com Hi all, I am using RVDS 4.1 for debugging a Corex-M3 based target. I am facing an alignment issue. My code is making 2-byte as...
  • dynamic data alignment
    Hi All, To align variable or table to 32 byte boundary I use this: char ch __attribute__((__aligned__(32))); char array[512] a __attribute__((__aligned__(32))); But I need 32 byte aligned...
  • Dealing with non-aligned data
    Hello, A colleague of mine, while processing some binary data, transfered a RAM memory address to a function. That address was not even (ARM7 architecture) so the LDR instruction behaved exactly...
  • rvds 4.1 eval
    Note: This was originally posted on 30th November 2012 at http://forums.arm.com Is there any RVDS 4.1 eval version present .Previously it was there ,currenlty I have searched in ARM website Development...
  • RVDS version for Cortex A5
    Note: This was originally posted on 13th September 2011 at http://forums.arm.com Dear All, I have observed that RVDS4.1 supports cortex a5 compilation. In RVDS3.1, I could only see A8. Can't we compile...