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.

Tiva C LaunchPad and CC3000 Booster Pack - Basic Wifi Example

I 'm trying to use the  CC3000 Basic Wi-Fi example application for the Stellaris found here - http://processors.wiki.ti.com/index.php/CC3000_Basic_Wi-Fi_example_application_for_Stellaris 

But get all sorts of compiler errors when following the instructions. They are the same in IAR and CCS. Some examples include:-

identifier "bool" is undefined (I fixed by manually adding #include <stdbool.h>)
identifier "uint32_t" is undefined (I fixed by adding #include <stdint.h>)
cannot open source file "grlib/grlib.h" (I just commented out this include)

I then gave up trying to compile myself and instead used the provided binary. However, when I hyperterminal/putty in I get no response from the board. (I have also tried it with my MSP430 LaunchPad from these instructions http://processors.wiki.ti.com/index.php/CC3000_Basic_Wi-Fi_example_application_for_MSP430 but get similar results)

I'd really like to be able to use this example to learn how to get my CC3000 working with my Tiva C LaunchPad. Any advice on how to get these example working or any pointers to other examples I can use to learn would be appreciated!

Glenn.

  • I have progressed from this point by uninstalling CCS and reinstalling. I've now got it working with the MSP430, but still having issues with the Tiva LaunchPad..

    I will post a help request on the SimpleLink Wifi forum for assistance.

    Glenn.