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.

question about rtsc memory map

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

  • Yefu,

    Are you using 28335 or 28235? Because the device name on the platform wizard screenshot is 28235.

    Also, can you please post the contents of the file "D:/work/hellortsc_configuration/Default/configPkg/package/cfg/common_p28FP_x.xdl" ?

    Vikram.