• Reference to end og ROM image
    For my project I need to copy the application ROM image to an external memory. Then I need to know the end of the image. In the linker doc I find the value "Image$$ER_IROM1$$Limit" (I use a scatter file...
  • Binary image 8 byte alignment
    Hi, I' m looking for a way to instruct the keil linker to generate a binary image which size is 8 byte multiple, is there a way to do that? I need this because the bootloader that I'm using require...
  • The code is 54928 bytes, linker will not create image that large
    i am using Keil board LPC2130, i am getting error by the linker that the code is xxxxx bytes, this version of linker can not create image that large. i have selected the target options "Split Load and...
  • storing constant at end of flash
    I need to store a constant at the end of the flash space and I've tried using const long x1 __attribute__((at(0x1FFF8))) = 0x12345678; /* RO */ or const long flash_key __attribute__((section...
  • uVision crashing on end of simulation
    I have experienced crashing of uVision on one particular project the SECOND time a simulation / debug session was terminated in single session of uVision. Restarting uVision allowed for 2 more debug...