This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello All
I am Code Composer Studio 6.0.1 user. I am using this software by company PC. Before I join this company, this CCS already got license. For 3 month I work my code using this CCS but suddenly just today i cannot compile my code anymore because got error exceeds code size limit. Could you guys tell me how to solve it ?
Thanks
With the free license for MSP430, you are limited to 16KB object code size.
http://processors.wiki.ti.com/index.php/Licensing_-_CCSv6#Free_Licenses
If your code size has increased beyond this limit, then you will hit the error. Your choices are to either optimize/reduce your code size to under 16KB, or to purchase the full license.
Hello
I'm sorry I missunderstanding. We already buy full license. The problem is with the ldadmin service or other I think. CCS cannot connect with server floating. Somehow my ccs back again to full license.
Thanks all