• 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 too long
    Thanks Andrew for your response on the previous topic! I'm having trouble with BL51, v5.10... The DOS command-line version. I'm trying to specify a list of object files and the list has gotten too...
  • 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...
  • Variable overlay problem, BL51 fault?
    When I compile my code the linker put some variables in overlay zone. Since some are from main call tree and others from ISR call tree, I get corrupted data. I know that I can instruct the linker to...
  • OVERLAY Directive use
    Hi i have problem in function pointer using code banking. i use LX51 linker. now i come to know from the c51.pdf that use overlay directive to solve this function pointer problem in code banking...