Quantcast
Viewing all articles
Browse latest Browse all 63778

Forum Post: RE: CC3100 with MSP430F5529 code size limit

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

Viewing all articles
Browse latest Browse all 63778

Trending Articles