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.
