hi
I build my own rtsc platform based on the ti.platforms.ezdsp28335.
In the ti.platforms.ezdsp28335,the base address of external sram is 0x200000 and the length is 0x020000, but my platform has a block of sram on 0x100000 and the length of sram is 0x010000.
os I just change the memory map of ti.platforms.ezdsp28335 to to platform.
then i try to build hello example on this platform, but i these error.
"D:/work/hellortsc_configuration/Default/configPkg/package/cfg/common_p28FP_x.xdl", line 141: warning:
memory range not found: SRAM on page 1
"D:/work/hellortsc_configuration/Default/configPkg/package/cfg/common_p28FP_x.xdl", line 141: error:
no valid memory range(NULL) available for placement of ".const"
thanks for any reply