• Memory alignment issue with third party library module
    Hi, I am working on STM32G0 micro-controller. In this project, we are using one third party library file(.a file). This library module is allocating one uint32 variable. Once I compile the code with...
  • Memory alignment issue with third party library module
    Hi, I am working on STM32G0 micro-controller. In this project, we are using one third party library file(.a file). This library module is allocating one uint32 variable. Once I compile the code with...
  • 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. ...
  • 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. ...
  • 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...