Hello,
I am using a MSP430G2231 with the Launchpad board. I tried to put a printf() statement in my code to see what would happen and, as expected, it didn't fit on the chip. I deleted the statement and it still wouldn't fit on the MSP uC. I think that there is now an issue with my project. I copied in the code from another project's main.c and it wouldn't work in the project that previously had the printf() statement even though it works when the same code is loaded from a different project file. Is there something that is making CCS5 think that I am still trying to include a printf() statement? Even if I delete everything from the main.c file, I still get error 10099-D, program will not fit. I've tried closing/reopening the project, CCS5, and restarting my computer. If anyone could help me get around this, that'd be great.
Thanks in advance!