hello,I use the omapl138 borad,I want to add memory map to my arm project. with Tools->RTSC Tools->Platform->new ,I create a new platform,set it as follows,
However,The memory map haven't any change,in the project direction /debug/configPkg/linker.cmd ,the SECTION is the same with before create it .the .
MEMORY
{
IRAM (RWX) : org = 0xffff0000, len = 0x2000
L3_CBA_RAM (RWX) : org = 0x80000000, len = 0x20000
DDR : org = 0xc3000000, len = 0x1000000
}
I want to know how to change memory map in sysbios.
Thanks.