• Warning L5 - BL51
    Hello, when I compile my application these warning messages from linker(BL51) are occured: *** WARNING L5: CODE SPACE MEMORY OVERLAP FROM: 0043H TO: 0066H *** WARNING L5: CODE SPACE MEMORY...
  • BL51 warning L15 and bit returning
    Hi to all. I have some functions that are called from different ISR and are NOT declared as reentrant. Both functions return BOOL which is typedef as follows: typedef unsigned char BOOL; (the...
  • BL51: '*** WARNING L1: UNRESOLVED EXTERNAL SYMBOL'
    I am designing an application to run on the Si Labs C8051F046 MCU with uVision 3. Yesterday I created a new project, but forgot to include one of the source modules. This produced a line during the...
  • How to get rid of Warning 6 from BL51?
    I have a program that is using the Large memory model. - I compile without errors, but every time I link, I get the Warning 6, telling me that I have Memory Overlap on my memory mapped IO addresses. ...
  • 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...