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.
Tool/software: Code Composer Studio
Hi!
Im using a C2000 Piccolo 280045 with CCS 9 at the moment.
I defined some custom memory sections in GSRAM and wondered why some sections don't appear in the memory allocation window but all variables are at the correct address (so the sections MUST exist).
It seems like CCS is hiding all sections below 100 bytes/words.
Why does it happen?
Is it possible to change that behaviour?
Kind regards
Dominik
Dominik,
I don't know of any logic in the view that hides sections below a particular value. I will confirm with the owner of the view later today.
I tried out the view on a very small program and it was showing .cinit which is 26 bytes.
Are the sections showing up in the <project name>_linkinfo.xml file in the build configuration folder (typically \Debug).
Regards,
John