• far type memory support in C51 using xbanking.a51
    Hi All, I have problem with far type. I have the following code. Each function contains xdata of 64K. when I replaced xdata with far the linker generated the following error Build target 'Banking...
  • far type memory support in C51 using xbanking.a51
    Hi All, I have problem with far type. I have the following code. Each function contains xdata of 64K. when I replaced xdata with far the linker generated the following error Build target 'Banking...
  • far types
    I've tried to mod the xbanking link file to generate paging for my device. I was trying to use segment B which is defined between 8000-BFFF. Then page into this to give 128k. I have set the HData...
  • far types
    I've tried to mod the xbanking link file to generate paging for my device. I was trying to use segment B which is defined between 8000-BFFF. Then page into this to give 128k. I have set the HData...
  • Simulation for far memory using L51_BANK.A51
    Hi, I'm trying to get far memory simulated for the attached program. variable.c unsigned char far large_array0[0x10]; main.c unsigned char far large_array0[0x10]; extern unsigned char...