This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Relocation of SRAM in LPC1778 using Keil

The default SRAM address for the LPC1778 is at address 0x10000000 - 0x1000FFFF.

Is it possible to relocate the SRAM to be used, to address 0x28000000 - 0x28FFFFFF(SPIFI memory mapped access space)under target options in uVision by just specifying the new address for IRAM1?

Note: I wont be using SPIFI.

Parents
  • Does the processor support the relocation of SRAM?

    Just changing the details under the target options isn't going to do anything to tell the processor to relocate it.

    But, I do wonder why you think you have a requirement to move it anyway. Do you have some sort of reason/fear to have the code at the normal location?

Reply
  • Does the processor support the relocation of SRAM?

    Just changing the details under the target options isn't going to do anything to tell the processor to relocate it.

    But, I do wonder why you think you have a requirement to move it anyway. Do you have some sort of reason/fear to have the code at the normal location?

Children