• Reserving specific blocks of ROM and RAM
    Hello, When using the IAP routines built in to the Cortex-M3, the routines use specific regions of RAM which should not be used by my application. How can I configure the compiler/linker to avoid...
  • 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...
  • 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...
  • Scatter files and initialization of RAM data
    Dear all, I am using the scatter file below in my uVision project (microcontroller: STM32F105). The purpose of this scatter file is to reserve the section ER_ROM1 for the application and sections...
  • How to reserve a memory zone
    I'm using an 8051 like controller. In the past I worked with an other micro and his compiler and I was able to reserve a memory zone to place my "not to be initiated" variables. With the old...