• array alignment
    Hi there, I am using Keil to work on my ADuCM360 project. Is there a way to force a byte array to be word aligned? such as #pragma pack (2) from Microsoft? Thanks for your help!
  • Byte Alignment
    hi there, I am using Keil µVision 4 with NXP LPC11U35. I want to load a structure that contains mix type of variables (chars, integers, longs) using a char pointer. How can I set byte alignment so...
  • 32Byte alignment
    I'm using CARM in uVision3. I have to use the variable which is aligned to 32 byte boundary. For example, ... int Var1, Var2; struct{ char Index[16]; char Bucket[16][32]; }Var_3, Var_4; ....
  • fPIC with alignment
    Note: This was originally posted on 18th July 2012 at http://forums.arm.com Hi I am trying to create a PIC elf image with --apcs=/fpic compiler option and --fpic linker option. It creates a PIC image...
  • How to align a local variable at word-aligned address
    Hi Does anyone know how to force a local variable to be aligned at word address? The DMA transfer needs word-aligned address. Thanks. Joseph