Hi,
I am relatively new to the msp. Currently I am using Code Composer to program a MSP430 am running into issues with memory size. I have over exceeded the bounds for code size and 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!