I'm using the MSP430F6638 chip and a licensed version of CCS. I have a 63 KB main.c file. I just got an error in CCS while compiling telling me that the code size limit has been exceeded. It was working fine just a minute ago before I added a few lines of code. So I commented those lines of code out and re-compiled and the error is gone. So, it seems it seems the compiler is counting the lines of code to be executed and throwing an error if a threshold is exceeded. My code is just ~1800 lines or so (with comments). I checked the datasheet and the flash is 256 KB on this MCU. So...I'm wondering why I'm getting this error?