• Alignment of bit fields problem
    Hi, I'm working with at91sam7s256. Of course i'm using Keil. I want to align struct with bitfields one by one because a want to cast buffer on my struct and read data using that struct. the problem...
  • 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...
  • Firmware 8 byte alignment
    This problem I have I really don't understand. I've got some code which runs fine. Is encorperates an SD-card interface (NXP/Martin Thomas/CHaN). At some point I found out that a certain SD-card was...
  • Problem with alignment of variable in C++ Class
    I'm using uVision4 and C++ with LPC2478 class test { public: char s8; //placed at 0x4002C750 void* cp1; //placed at 0x4002C754 void* cp2; //placed at 0x4002C758 void* cp3; //placed at 0x4002C75C...
  • Binary image 8 byte alignment
    Hi, I' m looking for a way to instruct the keil linker to generate a binary image which size is 8 byte multiple, is there a way to do that? I need this because the bootloader that I'm using require...