• Weird behaviour with struct
    #include "compiler_defs.h" #include "C8051f380_defs.h" #include <stddef.h> struct MASTER { int cmd[2]; }; xdata struct MASTER mstr; //------------------------------------...
  • Compile char as an unsigned char
    Hello, Can anyone tell me how to instruct Keil to compile char's as unsigned char's by default? I know that there are some help topics on this issue, but they seem to be giving a precompiler...
  • Weird DWORD error
    Hi, I am stuck with a very strange error and was wondering if anyone can help. I have been given the task of updating a USB stack used in our firmware: elm-chan.org/.../00index_e.html I downloaded...
  • EC166 and unsigned char/signed char
    Hi to all, I have in use the EC++ Compiler from Tasking and want to change my whole EC++ project to KEIL. I tried to compile some files with the KEIL EC166 but I always get the following error: ---...
  • 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...