The SimpleLink™ Wi-Fi® CC3200 LaunchPad evaluation kit is a development platform for the CC3200 wireless microcontroller (MCU), the industry’s first single-chip programmable MCU with built-in Wi-Fi connectivity. The board features on-board emulation using FTDI device and includes sensors for a full out-of-the-box experience. This board can be directly connected to a PC using software development platforms including CCS and IAR.
This LaunchPad comes with driver support and a software development kit (SDK) with 40+ applications for Wi-Fi protocols, internet applications, and MCU peripheral examples.
CC3200 is supported in v7.20 of IAR. There is free (limited time license) evaluation version available here.
Testers will be selected on the basis of quality of applications: we expect a full and complete description of why you want to test these particular products.
Testers are required to produce a full, comprehensive and well thought out review within 2 months of receipt of the products.
Failure to provide this review within the above timescale will result in the enrolee being excluded from future Road Tests.
Actually Code restrictions are not as bad as they seem to be. If the target MCU has libraries already available pre-compiled for a booster pack / external device as a lot of the CCS samples do, then they don't count in the code size. It is only the stuff that has to be compiled
so you can have a significant library for networking and the like, if you simply include it then call it from you code, the library does not count in the restriction
when you look at the Tiva C Connected Launchpad and the Tiva C Launchpad. Libraries for all the internal workings are already included into an embedded ROM on the chip so libraries to use ADC, Interrupts, Ethernet and other on chip devices do not even need to be uploaded. How cool is that. Now for the ones that are not in the ROM, if they are part of TivaWare and the likes, you will notice only the header files are showing in the folders, the rest is already compiled and will not count in your code size. The same basic principal goes for the smaller MSP430 chips, less the ROM. The irony is the Tiva C MCUs have masses of FLASH and RAM where as the MSP430s do not and could therefor do with the ROM , ah well
Asking not to be rude but because of my situation (have not asked on e2e yet) are you 100% sure. I can't get "get_time" and "get_weather" to run because of a size limit error, they are both demos for the CC3100.
As far as I am able to tell so I would say 99%, note this is the libraries supporting the internal components mostly, for instance I have been playing with he eZ430-Chronos-915 watch, there is no way it will compile completely with in the limits of CCS but as most of it is pre-compiled I am able to add menus and other items without hitting the limits. Now I did try to change one of the headers linked to a pre-compiled bits and immediately trigger a size error so had to find another way
So yes in principal that's how it works. The pre-compiled libraries don't count in the size limit. This makes it much more palatable with the exception CCS is a pig to learn. Probably similar to going from the Arduino IDE to the Atmel Studio coding direct to the hardware vs via the Wiring abstraction layer
also companies like AAeron who build the sub 1Ghz modules also put out pre-compiled libraries that can help a lot too.
fire off an inquiry on the TI Forums and see what they say, but I'm pretty sure of my intel. I just cant guarantee it.
Top Comments
Posted on e2e and will update if I get any info on those two examples.
Thanks
A thing to note here is that the CC3200 is a complete micro-controller (Arm Cortex) and embedded WIFI
The CC3100 booster pack is just the WIFI module so you will need to have another Launchpad if you want…