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.