• Banked Code Constants
    I wonder if anyone knows if it's possible to somehow locate code constants in a banked area without using the LX51 linker (I only have BL51). For instance, I have a configuration with dual flash areas...
  • 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...
  • array of constants in flash memory
    Hello! I need to use a large table of const in my project. I need to locate this constants in concrete adresses on Flash and to access const value by pointing to adress. What is the simpliest way to do...
  • Relocation of array into code from other bank
    Hi, Following are my questions: 1. I use 128K version of 80C51 and define common area (0-3fff) and 2 other banks. from (4000 - ffff) When I define a font table (array) in one bank. After compilation...