I start evaluating SysBios v6 in CCS v5.1.1.
I created a SYS_BIOS Hello project, compiled and looked at XGCONFIG, but I was NOT able to change memory layout.
I use RTSC tool to create a new CFG file with custome DDR layout based at 0xC000000 of 0x04000000 (default is 0xc3000000/0x01000000) and link to the project.
But after compiled, the memory map still reports with default base 0xC3000000 !?!?!
DSP_BIOS has TCF file which can be configured to get some code to run in some memory like DDR or IRAM, all memory can be changed base and length.
I tried and failed to use CFG file to do the same as for TCF file!?!?
My question is how to do the same with SYS_BIOS ?
Thanks,
~Duy-Ky