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

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 using specific regions in RAM? Also, how can I do the same thing with specific regions of ROM?

Thanks

--Amr

Parents
  • Hi Phani,

    Thanks for your reply. I'm not really sure that the links you provided can solve my problem. How can this allow me to reserve various blocks of ROM/RAM? The "Target" tab only allows you to declare two blocks of internal RAM/ROM. I'm guessing that I can use that to declare two, separate blocks of RAM and ROM and the gap between them would be reserved. But that doesn't allow me to reserve several, non-consecutive blocks from RAM/ROM. How can I do that?

    --Amr

Reply
  • Hi Phani,

    Thanks for your reply. I'm not really sure that the links you provided can solve my problem. How can this allow me to reserve various blocks of ROM/RAM? The "Target" tab only allows you to declare two blocks of internal RAM/ROM. I'm guessing that I can use that to declare two, separate blocks of RAM and ROM and the gap between them would be reserved. But that doesn't allow me to reserve several, non-consecutive blocks from RAM/ROM. How can I do that?

    --Amr

Children
No data