• error: #268: declaration ...
    I have just downloaded uVision v4 (sept 09) and am using the following code: #include <AT91SAM7S256.h> #define LED (1<<0) // PA0 #define INPUT_PIN (1<<1) // PA1 #define INT_PIN (1<<2) // PA2 static...
  • Work on EOS 2.1 is in progress
    EOS is an open source real time kernel that was originally developed for the Infineon XC167 processor, and is freely available at sourceforge.net/.../eos-xc167-rtos The following features will be introduced...
  • Workaround to stop compiler warning?
    Hi The following is a trivial routine. Function: Using the SSI controller, write a byte of data (dat) into the SSI (Synchronous Serial Interface)(Luminary LM3S9B96) Tx register(actually a FIFO)...
  • EOS 2.1 is released and available for download from www.sourceforge.net
    EOS is an open source real time kernel that was originally developed for the Infineon XC167 processor, and is freely available at sourceforge.net/.../eos-xc167-rtos The following features are introduced...
  • MISRA C Union Workaround
    Hello everyone, I am writing some code using an 8051 device and I'm trying to make the code MISRA C compliant. One of the MISRA C rules is that unions are not allowed (and truthfully, I don't fully...