Hi,
I am relatively new to using Code Composer. Currently I am using it to program a MSP430 and am running into issues with memory size. Lately, I have over exceeded the bounds for code size; I am alerted that the .bss size is now too large for my particular chip. I am curious, how can I find out the size of .bss after I have reduced my code? What sorts of changes to my code affects .bss? Can I just simply remove lines of code to reduce it?
Any insight on memory size and code size, etc would be greatly appreciated.
Thanks!