• 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...
  • 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...
  • 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...
  • Store code constants in external flash or e2prom
    So my problem is that i want to store string constants in an external SPI e2prom or flash memory. The thing is that i want to generate the content (a hex file ) of the memory using Keil if possible....
  • 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...