• 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...
  • 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...
  • 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...
  • 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...
  • Reserving a ROM sector
    Hello I'm using a LPC2132 and is it possible to let the linker know, that it can't use a specific sector in flash? The first 8 sector is each of 4 kB. The first sector is used for the bootloader...