• 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...
  • 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...
  • 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...
  • how to easily locate constant in bank easily?
    Hi folk I am developing a huge application of 64K * 4 using 4 banks on Keil 7.01 Consider the following scenerio: I have over 20 modules (over 20 c source files) in each of the banks. And in...
  • Banking
    Individual HEX File for Each Code Bank If you require a single HEX file for each code bank, you must create a batch program that runs OHX51 once for each code bank. The contents of the batch file...