SparkFun Forums 

Where electronics enthusiasts find answers.

Discussions on how to get your MSP JTAG programmer up and running.
By cszym001
#47742
Hi
I am new to this microcontroller stuff after being away from it a while.
I am writing a pretty large amount of code for the msp430 to execute . How can I tell how much memory I have left? Or how can i find the size of the code the compliler pops into the micro? I am using the IAR workbench compliler

Thanks
Chris
By OldCow
#47788
If you enable the listing option of the linker, it will generate a map file that tells you what are being used.