Page 1 of 1

WiFi DipCortex loaded application source code

PostPosted: Mon Jul 07, 2014 8:30 am
by micronpn
Hi,
I would nderstand what is the source code downloaded on WiFi DipCortex I received. Originally the CC3000 version was 1.24, now I updated to 1.28.

1. I am interesting expecially in the application part where patch update is done in answer to cc3000 patch now.
2. I am also interested on the part where SmartConfig is managed.

Kind regards,
Massimo

Re: WiFi DipCortex loaded application source code

PostPosted: Mon Jul 07, 2014 8:47 am
by Carl-SolderSplash
Hi,

The CC3000 update code is based upon the LPCXpresso source found here : https://github.com/SolderSplashLabs/WiFi-DipCortex

We did have an mbed project that showed CC3000 patching but TI asked for it to be removed, their license terms do not allow redistribution of the patch code in source form.

To start smartconfig with the LPCxpresso code you call StartSmartConfig() you can see this called from https://github.com/SolderSplashLabs/WiF ... /src/cli.c

For mbed :
wifi.start_smart_config(0); starts the process and can be seen in the Kitchensink project here :
http://mbed.org/users/SolderSplashLabs/ ... d/main.cpp

Re: WiFi DipCortex loaded application source code

PostPosted: Mon Jul 07, 2014 8:50 am
by Carl-SolderSplash
if you want to write your own cc3000 patch code (risky) you can get the TI source from here : http://processors.wiki.ti.com/index.php ... Programmer