• Weird behaviour with struct
    #include "compiler_defs.h" #include "C8051f380_defs.h" #include <stddef.h> struct MASTER { int cmd[2]; }; xdata struct MASTER mstr; //------------------------------------...
  • Weird behaviour with struct
    #include "compiler_defs.h" #include "C8051f380_defs.h" #include <stddef.h> struct MASTER { int cmd[2]; }; xdata struct MASTER mstr; //------------------------------------...
  • Weird SPSR behaviour
    I was trying to write a register context saving/restoring when I came across a weird behaviour. My code (sorry, tried to format tens of times, but the editor WANTS to make asm a table): asm volatile ...
  • Weird SPSR behaviour
    I was trying to write a register context saving/restoring when I came across a weird behaviour. My code (sorry, tried to format tens of times, but the editor WANTS to make asm a table): asm volatile ...
  • Weird interrupt behaviour on Cortex-A8
    Note: This was originally posted on 4th April 2012 at http://forums.arm.com My current configuration is as follows: Cortex A8 with TrustZone enabled. I have both secure and normal world running. Monitor...