• Load Alignment Exception with Arm Compiler 6.13
    I am working on a low level trusted bootloader (written in C) running on an ARM Cortex-A53 at EL3. The MMU is not setup and the bootloader is running out of ROM. We are linking in the CC712 TEE-SBROM...
  • Exception Stack Backtracing?
    Does anyone have any source code for handling abort exceptions and doing some stack backtracing? I'm using the keil compiler, and the supplied functions for Undefined Instruction, Prefetch Abort, and...
  • Storing register values on stack at entry of a function.
    I am using keil uVision4 for compiling the code. I found in the compiled code that for the nested functions all the working registers and LR is pushed on stack and popped back just before the return...
  • How do I enable 8bit stack alignment?
    Note: This was originally posted on 20th April 2011 at http://forums.arm.com I'm trying to compile a C program with RVDS. At link time, I get a lot of  "myProgram.o(.text) contains invalid call from ...
  • 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!