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.

CC3000 + Launchpad - Program will not fit into available memory

Other Parts Discussed in Thread: MSP430G2553

I have the program working on the launchpad, I'm trying to refactor the code so that I can have it automatically listen to a specific port and wait for data as soon as it is connected to the AP.  However, after a little refactoring and creating new functions for the commands, I quickly ran out of room.  I've run the optimization assistant and am using the smallest possible file but it is still too large.  I'm just wondering if this was known to barely fit on the MSP430G2553 and if there is another way around this problem.  Are there some things that can be cut out of the code?  I plan on just using smartconfig to connect to an AP, then be able to send packets back and forth on a single UDP.  If this is known to be too small, is there another chip/breakout board you recommend for the cc3000 booster pack?  Thanks.