Hi,
I am running through the CC3000 Basic Email application demo from its wiki. I downloaded the zip file Cc3000simplemail.zip and it has all the source files for libraries and application.
I could not find any CCS project for that application in that zip file. There are source files and IAR projects but I could not find any CCS projects in that zip file. IAR is only available for 30-days trial so I would not use it. I would rather use the CCS which i have without any trial issues.
At the same time the source files which are there in the zip file are also not CCS friendly. i.e. for example below piece of code in wlan.c file gives compilation error in CCS saying that "i" is undefined.
for(long i=0; i<4; i++)
Please let us know if there is CCS project available for simple email demo application.
Also, for MSP430 and so CC3000, Is IAR workbench the perferred option as that is part of the examples from your TI wiki.
Regards,
BK