• aarch64 banked / common system registers
    Hi ! I'm slowing learning about the differences between armv7 and v8, and I'm wondering where all the banked system registers (like TTBR0 for example) have gone ? From what I understand in the documentation...
  • aarch64 banked / common system registers
    Hi ! I'm slowing learning about the differences between armv7 and v8, and I'm wondering where all the banked system registers (like TTBR0 for example) have gone ? From what I understand in the documentation...
  • Lx51: Common+bank area in hex files
    Following on message send about banking with constants (constants saved in an external flash memory and code in internal flash memeory of the AT89C51CC03), I wonder how with 64K banks, hex files are generated...
  • Lx51: Common+bank area in hex files
    Following on message send about banking with constants (constants saved in an external flash memory and code in internal flash memeory of the AT89C51CC03), I wonder how with 64K banks, hex files are generated...
  • 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...