• 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...
  • Alignment of arrays
    Hi guys, I'm currently working with a Cortex-M0 which is incapable of unaligned reads. I have a byte array which is storing a received packet in a certain protocol, the first lot of information...
  • 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