• 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...
  • load region and execute region
    can the execute region address exceed the range specified by the load region base address and max size setting?
  • Scatter loading - possible to have 'root region' in library
    Hi everyone, Is it possible for armlink to handle a 'root region' from a library (not an object file)? I've tried to do that via a scatter loading file, but did not succeed. > armlink --noremove...
  • Scatter-loading of execution region ER_RW will cause ... corruption
    I'm not sure what this means... too much code? Too many constants? I am in need of guidance :) Using the MCB2103. Error: L6788E: Scatter-loading of execution region ER_RW will cause the contents...
  • Put the Stack & Heap into a memory region ?
    Hi On projects that have different data memory regions - how do you force the stack and heap into a specific region. I am using the STM32F4xxx and there are two (default)memory regions IRAM1 and...