This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/AM4376: Make my application run from different address than 0x8000000

Part Number: AM4376
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI C/C++ Compiler

Hi all,

I'm developing an update application that is receiving a new update of applicatioin via TCP/IP socket an saves it  into address 0x8000000 therefore the update application must NOT be run from address 0x8000000 (if we don't wish the updated application to be written over it). I'd like to move the update application to another address in memory, say 0x90000000. How can I create a new section in linker script to be of address 0x90000000 and run from it (or update existing one (EXT_RAM) to be of 0x90000000?

I tried to change the cfg file but every time I rebuilt the project it kept setting it back to 0x80000000

Thanks,

Ithamar