Thank you for response.
My next question is about the DSP/BIOS Textual Configuration Tool (Tconf). How do I add a memory section. under the MEM module object? Within the same edma example I have been referring to in this post thread, I edit the main.tcf file and try to add "MYDATASECTION" as specified below.
bios.MEM.MYDATASECTIONSEG = prog.get("DDR");
When I save and compile main.tcf I get the following error.
js: "./main.tcf", line 52: property 'MYDATASECTIONSEG' doesn't exist for instance MEM
What do I have to do to add a new memory section?