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.

CC3100 with MSP430F5529 code size limit

Other Parts Discussed in Thread: CCSTUDIO, ENERGIA, CC3100, MSP430F5529

Hello everyone,

My output file exceeds code size limit.So how can i get the full license to unlock the code size limit,foe free is better,thanks.

  • Hello,

    You will not be able to access the full version of CCSTUDIO v6 without a paid license, you can contact the CCS forum or TI software team for more information on how to acquire this. You do have some other options to consider:

    1. Inside of the project properties, under CCS Build -> MSP432 Compiler -> Optimization change your settings for Whole Program Optimizations and speed vs size trade-off to 0 for full size optimization. You might be able to optimize your code so that the code size limit is not exceeded.

    2. Consider using the Energia IDE, which does not have a code size limit and contains examples for the MSP430F5529 + CC3100 (File -> Examples -> MQTTClient.

    3. Use the 90-day trial CCS version which does not include a code size limit.

    Regards,
    Ryan

**Attention** This is a public forum