• BL51: CODE directive
    How can I use address range and absolute adresses or order of segments together? Example: CODE(0x0010-0x1B3F, ?PR?Func?Filename(0x1A00)) When I use this example, the BL51 ignores the upper limit...
  • 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...
  • How to add library into the project?
    Hello all, I've a workspace which contain a library project and blinky project. *when a library project compiled successfully, it's created a lib??.a not lib??.lib Well, then I would like to...
  • how to add .a library in my project
    Hi, How do I add a third party library, which has the extension .a, into my Keil project? Since Keil IDE only allows me to add .lib files, so I rename the file from thirdparty.a to thirdparty...