• Const address in bank not "linked" by LX51
    I am trying to locate const in a file into a particular bank and access it in the same bank but from a different file. From the map file const is located correctly at the specified address in the bank...
  • request for help with LX51 syntax for code banking
    Hi All: I am having trouble getting the syntax correct to implement code banking using the LX51 Linker/Locater. I am trying to use the following example from page 296 of the LX51 Linker/Locater manual...
  • Lx51: Common+bank area in hex files
    Following on message send about banking with constants (constants saved in an external flash memory and code in internal flash memeory of the AT89C51CC03), I wonder how with 64K banks, hex files are generated...
  • Inter banking problem with the new linker LX51
    With the new linker LX51, it's impossible to call a function by pointer from bank N1 to an other bank N2. This was possible with the last linker.
  • LX51 Huge Code
    I am trying out an application for the MX51 and I need HUGE code generation but it generates a combination of both. As an example, in my routines it generates the proper ECALL and ERET but if I call...