• load region and execute region
    can the execute region address exceed the range specified by the load region base address and max size setting?
  • Region$$Table$$Base and Region$$Table$$Limit
    Hi, I am working with Keil MDK- ARM IDE, and I am looking for information on the the linker generated modules and symbols that are included in the .map file. The target system consists of a Cortex-M3...
  • Load region size vs execution region size
    Trying to the keep the load region under 0x8000 but load region is more then 0x8000 yet execution region is only 0xa7c? How come my load region size is is so much more? This is a Cortex M1 on a Altera...
  • Allocating memory region
    Hi, I am working with STM32L053 MCU. I am trying to place a header structure of an image in 4k size flash area. I am using __attribute__((at(0x80001000)));to place the structure at specific address...
  • Change load region at runtime
    Hi All, I am implementing a software upgrade mechanism (burning a new image into a flash memory area). The problem: I don't know how to change the load region address at runtime. Flash contains...