• BL51 problem
    Hi, I have created a assembler project with 8 modules in it. the first module which contained the starting programm has a segement declare as below: cseg AT 0 ljmp MAIN CODE_SEG segment CODE ...
  • BL51 Linking problem
    Hello, I have several warnings when I compile my project with uVision2. I have L1, L2 and L16 warning. The thing is that I have some registers declared as EXTERN xdata volatile in .h files which...
  • BL51 to LX51 problems
    I'm a relative 8051 noob who's inherited a complex program. This is a banked application for the SiLabs 8051F125. I recently updated/upgraded the tools and want to switch to LX51. When I switched, the...
  • BL51 warning
    This is a problem of warning 16. i have tried the solution given in keil site " This warning occurs when functions which are not called are contained in a program (e.g. for test purposes). The function...
  • BL51 linker
    When I run the linker BL51.exe using the following command BL51.EXE obj/STARTUP.obj, obj/task.obj, obj/hwm_wireless_cc2420.obj, obj/hwm_spi.obj, obj/hwm_pwrp_f342.obj, obj/hwm_usb_uart.obj, obj/hwm_usb_uart_int...