I am currently using the MSP430G2553. As you guys know, it has 16kB flash and 0.5kB SRAM.
When I debug, I receive the following message on the console:
MSP430: Loading complete. There were 992 (code) and 26 (data) bytes written to FLASH. The expected RAM usage is 574 (uninitialized data + stack) bytes.
I was then worried that I've exceeded my RAM usage... I was shocked then because I only put the driver to run the Nokia 5110 LCD.
Now, I checked the *.map file and saw that the ram usage was only 80 bytes! (0x50)
So... what's the difference? Should I pay attention to the expected RAM usage?
Thanks!