Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
CCS: 7.4
XDC: 3.50
SYSBIOS: 6.50
I created my custom RTSC platform based on ti.platforms.evm6678. In RTSC project, I selected my custom platform.
But if I open up the project's ".cfg" file with graphical configuraion UI, in "System -> Program" page, the displayed current platform is evm6678, not my custom platform. And the DDR size is not the same with what I configured in my custom platform.
If I write this code "print(Program.platformName)" in project's ".cfg" file, I will get the correct information.
So I think the display problem will not affect my building result. But it's kind of a bug, so I post this topic.