• Using Constant in code bank array
    Hi, I am trying to locate a constant array in a code segment as follows. In BL51 MISC option "BANK0 (?CO?A)" is given. In 'a.c' char code a[5] = {1,2,3,4,5}; in 'main.c' extern char code...
  • Using Constant in code bank array
    Hi, I am trying to locate a constant array in a code segment as follows. In BL51 MISC option "BANK0 (?CO?A)" is given. In 'a.c' char code a[5] = {1,2,3,4,5}; in 'main.c' extern char code...
  • Bank For Constant
    Hi all I ve created a bank for constant using ?B_CB EQU 3 in the file L51IBANK.A51 and also put some modules to the same bank and I decide now to changing bank to these modules, and when...
  • Bank For Constant
    Hi all I ve created a bank for constant using ?B_CB EQU 3 in the file L51IBANK.A51 and also put some modules to the same bank and I decide now to changing bank to these modules, and when...
  • Banking with constants in external flash
    I have an application with the AT89C51CC03 using LX51 linker in an banking mode (2 banks of 64K size). I want to extract from a generated file the application code (to be downloaded in the ATMEL controller...