• 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...
  • Reserving ROM for emulated EEPROM
    I'm using the STM3210E-EVAL board, which has a 512k FLASH part. I want to use the last 64k for emulated EEPROM. I'm using the example code from ST (AN2594). Is there a way I can tell the compiler...
  • How to reserve RAM with scatter file
    Hello, to make a long story short: we are working on several designs with the LPC11C24 and use the CAN on_chip driver. Therefore the memory from 0x1000 0050 to 0x1000 00B8 has to be reserved, as...
  • 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...
  • How to reserve some memory area in RAM?
    Hi, I am doing flash programming using IAP commands. In LPC datasheet, I am seeing, Flash programming commands use 16 B of RAM from 0x10089FF0 to 0x10089FFF. Applications making use of...