• BL51 How to set default library to user defined space
    Dear, i would like to help from you. I programming myself flash update via serial link. I set the all functions (flash page erase, read and write) to address starts with 0x8000. These functions are...
  • Seems to be a bug...
    Hello all, while checking the code given here. www.maxim-ic.com/.../3524 I found that Keil compiler is not generating the correct code required for the following commands in C spiTmp = spiData...
  • 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 ...