• where is the common area in code bank?
    Hi, In most example, if we use "BANKAREA(0x8000,0xFFFF)",the common area will allocate at the 0x0000~0x7FFF of all banks. As the http://www.keil.com/support/docs/158.htm descript. My question...
  • where is the common area in code bank?
    Hi, In most example, if we use "BANKAREA(0x8000,0xFFFF)",the common area will allocate at the 0x0000~0x7FFF of all banks. As the http://www.keil.com/support/docs/158.htm descript. My question...
  • Common area duplicated in each bank of the external flash
    I'm working with a code-banking project. The configuration of the hardware is a 32k microcontroller and a 512K external flash divided in 16 banks. My idea is to use the 32K of the microcontroller as...
  • Common area duplicated in each bank of the external flash
    I'm working with a code-banking project. The configuration of the hardware is a 32k microcontroller and a 512K external flash divided in 16 banks. My idea is to use the 32K of the microcontroller as...
  • Linker exceeding common bank
    Setup: Common Bank (0x0000 - 0x7FFF), Bank0(0x8000 - 0xFFFF) and Bank1(0x8000 - 0xFFFF) Using Lx51 linker I observed that linker puts data in area outside common bank. Mainly it has been observed...