• 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...
  • 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...
  • 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: 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...