• C51: Word Alignment in Keil C51
    How I can turn-on word alignment in Keil C51? I have such definition of USB-descriptors for Cypress EZ-USB chip CY7C68013: const DEVICEDSCR code TestSyncSlave_DeviceDescriptor = { // Device descriptor...
  • Problem with alignment of variable in memory
    I'm using an AT91SAM7 uC and have inherited some C code which is giving me fits. When I run this code I get a data abort error. I've tracked down the offending line of code, and it appears to be caused...
  • Global variable alignment
    Note: This was originally posted on 13th January 2011 at http://forums.arm.com Hi, I am working with RealView Compilation Tools v2.1.  I need to align a static global variable on a 16-byte boundary. ...
  • Alignment of variables for Cortex-M0
    Note: This was originally posted on 12th October 2012 at http://forums.arm.com [font=verdana, sans-serif][size=2]Hi guys,[/size][/font] [font=verdana, sans-serif][size=2]I'm currently working with a Cortex...
  • Realview aligning variables
    Note: This was originally posted on 22nd August 2011 at http://forums.arm.com Hi In Keil RealView is there some compiler or linker command switch that will ensure that all declared variables will be aligned...