I received a free CC3100 BoosterPack and MSP430f5529 Launchpad from TI through my university so that we could develop internet of things applications in an assembly language programming class.
The CC3100 came with several example projects, including one to send email. However the code for this project exceeds the 16Kb size dictated by my free CCSv6 licence and I get an error when I try to build it.
error #10269: output file "email_application.out" exceeds code size limit
It seems strange that TI would supply demo code that can't be built with the free licence for CCSv6. Is there a work around for this that will allow me to complete my project or am I completely stuck without buying a licence?
--Michael