Hi all, haven't been here for a while :-)
Sorry if this was brought up before and I missed it. For some nefarious reason, I want to see the actual compiled binary code that gets sent to the MSP430G2 Launchpad. Energia says (for a particular program of course):
Binary sketch size: 1,739 bytes (of a 16,384 byte maximum)
But the generated Hex file is actually 4,957 bytes long, and visually I can't spot any big blank space in it. So where does the extra content come from, and how can I isolate and see just the stuff that goes onto the Flash?
Thanks!