• How to add BL51 directive in Library?
    I have created a small timer library, in which it call the timer handler by function pointer in the interrupt.And i now found that the handler local data would be corrupted because of the data overlaying...
  • Could it be possible to Link RTX51 with BL51 directive OVERLAY?
    RTX51 is fully-preemptive multitasking RTOS. A task [task A] may voluntarily suspend to wait for the event in the middle of task. Before that event, other same priority task [task B] may be executed...
  • BL51 command line error with OVERLAY directive
    Hi all, I am trying to craft a (somewhat) complicated OVERLAY directive for the BL51.exe linker. Basically, the situation is this: I have one function that I am trying to add to the call tree, because...
  • BL51 Error
    When i link my program with 40 lib files in bl51,it fails.i can't get the error code,it's only failure.My program is below bl51 common{1.lib},common{2.lib}common{3.lib}.......................common{40...
  • 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...