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.

CCS/PROCESSOR-SDK-AM437X: Changing EXT_RAM in linker command file

Part Number: PROCESSOR-SDK-AM437X
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

I can´t find in version 7.2.0.00013 of CSS how to change the value of EXT_RAM.

I would like to change it from 0x8000000 (128MB) to 0x40000000 (1GB).

I beleive the "linker.cmd" file is generated by CCS at build time. This file has the following statment: EXT_RAM : org = 0x80000000, len = 0x8000000.

regards,