• 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...
  • More external memory than 64k
    Hello. I am curious why there is a limitation of 64k on the C251 compiler, when the device can handle up to 256k? Is there a way around this?
  • LPC2129: region DATA is full ???
    Hi, I'm trying to compile FreeRTOS using Keil and GCC (gnuarm 4.11). It took a huuuge effort to put it together somehow, but now linker writes: "region DATA is full". It don't seem to me to be true, because...
  • load region and execute region
    can the execute region address exceed the range specified by the load region base address and max size setting?
  • 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...