• RV30 - loading code to RAM
    Hello all, I'm attempting to store all of my __irq() functions in the internal RAM. I have created an IRAM2 section (for LPC2129) I have the code mapped to the IRAM2 section. But, I haven...
  • Scatter ext. RAM loading
    Hello to everyone!! I need some advices about scatter loading; In my application I have a scatter file to load a binary in external SDRAM (0xA0000000) by a bootloader; i would place some piece of ...
  • loading BIN to external RAM
    Is there any body who knows how to load a binary file to particular external RAM address in uvision? The command "LOAD" do not indicate any load address.
  • External Ram Scatter Loading
    Hello to everyone!! I need some advices about scatter loading; In my application I have a scatter file to load a binary in external SDRAM (0xA0000000) by a bootloader; i would place some piece of ...
  • How to load and execute from RAM
    As I understand we must define both RAM_MODE and REMAP in ASM settings, but what about the linker settings ?