• Code Banking & LX51
    Hello, I am using code banking for my 106 KB code, divided into 2 code banks. The linker is BL51. The output listing(m51 file) generated by keil is as follows: BL51 BANKED LINKER/LOCATER V6.11...
  • far const in code banking strsuture
    Can I use the far const in 4 bank strusture? ex: const chat far LargeArray1[30*1024]; //assign to bank1 const chat far LargeArray2[30*1024]; //assign to bank2 const chat far LargeArray3[30*1024...
  • LX51: Code linked starting at 800000H
    Hello, I am trying to migrate from A51 / C51 / BL51 / OC51 / OH51 toolchain to AX51 V3.07d / CX51 V9.51 / LX51 V4.64.0.0 / OHX51 V1.43.0.0 for Silabs C8051F132. I have two problems: 1) According...
  • LINK duration with LX51 is very long
    Hi, With the new linker LX51, it takes about 3 hours to link my software (128k ROM) instead of 15 minutes with the L51. I use options described below : NOAREGS CD DB OT(9,SIZE) SB ROM(LARGE) OA...
  • 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...