Hi Champs,
it seems that it should be possible to add custom sections using SYSBIOS 6. However the respective buttons are greyed out. Please see screenshot:
Can anyone help?
Thanks,
one and zero
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.
Hi Champs,
it seems that it should be possible to add custom sections using SYSBIOS 6. However the respective buttons are greyed out. Please see screenshot:
Can anyone help?
Thanks,
one and zero
This issue with graphical configuration was recently fixed, here is the bug report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=401452
There is a link at the bottom of that page for the XDCtools_3_25_00_48 release with the fix. You’ll need to be on CCS 5.4 or later to use this XDCtools release.
If you are not using CCS 5.4x then you can still add memory sections, but not with the graphical tool. You’ll need to edit the application’s .cfg file with a text editor, adding something like this:
Program.sectMap[".mySection"] = new Program.SectionSpec();
Program.sectMap[".mySection"].loadSegment = "DDR3";
Scott