• PI and RELOC parameters of Scatter file
    I tryed to find an example using PI and RELOC directive for scatter file, but I didn't finad any. I would like to use PI, but I don't knwo how to access from an ABSOLUTE module the location (relative...
  • Stack and Heap in Scatter loading file
    Dear all, I use the new AT91Lib 1.5 that includes some Keil samples. These samples use a scatter loading file with the foloowing memory definitions: Load_region 0x100000 0x80000 { Fixed_region...
  • Relocate Stack Start Address
    Hi all, I wonder if anyone could help me with moving the start address of my stack for a test. I have added STARTUP.A51 from the kiel library to my local project and have it in the build tree. ...
  • How can I relocate Stack?
    Hi Members, I have developed many products based on MCS51, but this is a peculiar one. This product is AT89S52 based. All of the global variables are in Internal RAM, I do not have any external RAM...
  • STM32F4 Stack & Heap using scatter file
    I have the following scatter file, LR_IROM1 0x08000000 0x00100000 { ; load region size_region ;ARM_LIB_HEAP 0x20000000 EMPTY 0x200{} ; Heap starts at 1MB ; and grows upwards ;ARM_LIB_STACK 0x20020000...