Hi Folks
Is there a way in CCS, or reading files, to see how much memory is used in compiler sections after a compile?
For example can I see how much space my program will use in .ebss rather than just how much space is assigned to .ebss (i.e. in the CMD file)
Thanks