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.

CC3000 Booster Pack with EK-TM4C1294XL example Hanging at tSLInformation.usEventOrDataReceived

Other Parts Discussed in Thread: EK-TM4C1294XL, SW-TM4C

Hello,

I have some question but my english is not well.

 

 

I got an EK-TM4C1294XL and a CC3000 Booster Pack,

then, download the SW-TM4C: TivaWare for C Series software.   (http://www.ti.com/tool/sw-tm4c)

my project need receive WiFi RSSI 100 times. 

so,i try  \TivaWare_C_Series-2.1.0.12573\examples\boards\ek-tm4c1294xl-boost-cc3000\cc3000_ssid_scan.

example result (one time):

then, add (sScanResult.ui8ValidRSSI) for RSSI and add some loop for 100 times

if((sScanResult.pcBSSID[5])==0x2a)       // object WiFi SSID 0018e7eb7f2a
{
UARTprintf("%d.",real_times);                  // int real_times for count 
UARTprintf(" RSSI=: %d dBm\n",(((sScanResult.ui8ValidRSSI)>>1)-128));    //output RSSIvalue
real_times++;
}

 

but my program always Hang at tSLInformation.usEventOrDataReceived (loop about 15 times)

like this

 

some people said patch the Host Driver to 1.12

I don't know what my Host Driver version is  (In first picture display driver version 7.14 )

and how to patch.

tried to run another example cc3000_patch_programmer for patch 

but when the 100 times program run,it Hangs at tSLInformation.usEventOrDataReceived equally.

 

Is it right to Download  CC3000 Host Driver Downloads v1.12 SDK ?

Can Patch solve my problem? 

 

 

thanks