• FATAL ERROR L210
    When i compile the following code : counsigned char a,b,value; void main() { value = 0xF0; a = (value >> 4) && 0x0F; b = (value << 4) && 0x0F; } i get this error massage: ***FATAL ERROR...
  • Fatal Error L210
    Every time I compile a project using the silicon labs IDE on my BIG8051, I get this error: FATAL ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE: C:\Users\adais...
  • Altering blinky?
    Hey people. I'm quite new to this microprocessor business and i'm having a problem. I'm currently using the MCBSTM32 kit with the cortex M3 and i'm looking at the example blinky. In the program i...
  • ERROR L210: I/O ERROR ON INPUT FILE:
    Hi! I have some problems linking my program on a P5MX Chip with the LX51 V3.54. All my files are compiling succesfully and I want to use a linear addressing without banking and I have the following...
  • 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...