• Blinky
    I'm trying to get the blinky program into an eprom. I've tried different configurations but can't get it running without the monitor EProm. Please Help!!!!
  • Altered .HEX file when flashing to MCU
    Dear friends, I have developed a C# program that accepts .hex file, extracts raw data from it, UUencodes this data and uses it to flash LPC1768 MCU. When I use my own application the exact raw...
  • Blinky example
    I am a beginner in microprocessors and I am using STR912FAW44 (an arm 9 based board). While trying to run the Blinky example (using uvision3), I get the error 'No CPU dll specified'. What kind of dll...
  • error L210 when trying to alter SiLabs kernel
    I attempting to add some code to the main.c file of the kernel provided with the Si8250x Development Kit. When I compile the project in the SiLabs IDE using the Keil C51 tools without my additional code...
  • a global variable is altered by non related functions
    Hi, There is a strange behavior in my project. I declare a global variable SwitchToBtFlag in project.h #ifdef _project_c_ #define AUTOEXT #else #define AUTOEXT extern #endif, AUTOEXT volatile...