• 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...
  • 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...
  • 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...
  • Cortexa8/9 FPU Data alignment