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,