• 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...
  • 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 problem
    Hi, I'm trying to locate a module within a code banked project, and I need a module to reside at a specific address in bank 1. The module gets located correctly via the BANK1(modname.obj), but if I...
  • BL51,EXE error.....PLZ HELp
    Hey guyz, I am trying to rebuild target for an already existing project, so that I can start making modifications to it, but the thing is the project does not compile. It says "ERROR: can't execute...