Tool/software: TI C/C++ Compiler
Hello, E2E.
I'm using CCS 8 on Windows to program UART related features for my MSP430G2 launchpad.
I believe the above code doesn't use any variables. However, the RAM is using 80 bytes.
I thought this might be the optimization level problem. However, if I switch this to the highest level, the RAM is still using 80 bytes.
Also, this simple LED blinking example takes 80 bytes of RAM.
What are this 80 bytes used for and can I decrease this in order to use more global variables?




