• 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...
  • 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...
  • 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...
  • 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...