• 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...
  • 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...
  • 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...
  • 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...
  • ARM startup file with scatter file heap/stack placement
    Hi, I am using: ARM Compiler/Assembler/Linker on Cortex-M0. Given the following template for startup.s: www.keil.com/.../startup_s_pg.html Stack_Size EQU 0x00000400 AREA STACK, NOINIT...