• C251 linker/mapping
    Hello, My code has a problem with I2C. after study, I found it related to link sequence. It include 2 modules, say Module1 and Module2. If I add some dummy code in Module1 to make Module1 size is bigger...
  • Linker error while interfacing USB Philips ISP1181a with 8051
    Hello, I am just using Philips ISP1181a USB high speed Interface device for commuicating USB host. Philips provided the standard C programs for interface the 8051 microcontroller with isp1181a,it shows...
  • Need Linker documentation for C251 Version 2.14
    Having recently come in to the Firmware group after all of the original members have gone, I find that we do not have any documentation for the L251 Linker. Is there any one out there who may have the...
  • LINKER ERROR
    I am trying to get all functions in a file Loader.c to be located at 0xFA00 onwards. I have tried putting the following command…. CODE (?pr?*?Loader (0xFA00)) found in the following link...
  • LINKER ERROR
    Error L6204E Entry point (0x0000000) does not point to an instruction. What is the deal here. I copied most of the files from pwm.c and just added an interrupt routine. at address 0 we are supposed...