• memory mapped i/o beyond ram area
    I have an application using 32K RAM (external), with memory mapped I/O beyond this area (from 8000). I have not tried it yet, but is it correct to set the ram size to 32K? Would the linker complain that...
  • Overlapping areas in MAP files
    Guys, I'm facing a bit strange problem. I'm not able to download the entire code (Hex file size : 48 K) using the uVision2 mon251 dll though I'm able to do the same for code of smaller sizes. After...
  • RAM in Code memory area
    Note: This was originally posted on 20th June 2011 at http://forums.arm.com Hi, My board has 32K SRAM in the code memory area (within the first 0.5G), also has the same size of build in SRAM in data area...
  • RAM Mapping
    Hello, I'm having a little problem to map the RAM memory in my project. I'm using LPC2478 and I have 3 memory banks at 0x80000000 with size 0x200000 0x81000000 with size 0x200000 0x82000000 with...
  • Link objects to a specific map
    I am trying to link code into a ROM image which can be splitted into two regions later. Each region must starts at a predefined location respectively. How do I specify in my C code, and how to instruct...