• Moving from Keil Compiler 5.6 to 6.13
    Hello, I want to move from Keil Compiler 5.6 to 6.13 for my FreeRTOS based code on Cortex M4. I found out the following problems in doing so, 1) cmsis_armclang.h was not found . For this I found...
  • ARM stack alignment on exception entry
    Note: This was originally posted on 8th November 2011 at http://forums.arm.com Hello everybody, The Application Binary Interface (ABI) for the ARM architecture requires that the stack must be eight-byte...
  • 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...