• How to split the DATA_GROUP
    Hello, I have a project that uses nearly all the available memory. I want to use overlaying, but the Linker can not fit the DATA_GROUP into memory. Looking at the memory map, there is a gap of 8...
  • Memory reservation
    Hi All, I am using uVision3 and RV compilar with LPC2000. Who can I reserve in the on chip FLASH memory an area that the compilar will no put there a code. I need known memory reserved area for...
  • Data Overlaying
    I am writing an application where my code is split into two sections. One section contains the boot loader (internal micro memory sec[1]) which loads the functional part of the code into ext flash ...
  • Reserving bytes in CODE space
    Hi, Is there an easy way to inhibit the link/locator from placing code at a specific address? I know could manually locate a 'dummy' module containing a number of __nop__() calls to the address...
  • LX51 RESERVE directive
    I have a "classic" bank-switched project using LX51 that needs to reserve some address ranges to prevent code from being assigned to those areas. I have a linker directive thus: RESERVE (0xf000-0xffff...