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.

memory section placement



Hi,

Can I place memory section with GUI “section” of “program” in .cfg file?

I added a new section name and set the memory segment of load time. But it's added “Program.sectMap[".test"] = new Program.SectionSpec();” only in the source. So, I have to add Program.sectMap[".test"] = ”MEMORY SEGMENT” in the source. I would like to know how to set the memory section using GUI only.

I am using BIOS v6.32.5.54 for C66x.