Hi,

I have two questions.

1.
I use MSP430FR5739 to updated CC3000 firmware last week.

I use MSP430F5438 to link CC3000 now.

When I do first time config in Basic Wi-Fi example code,It can’t work.  

It is ok to do  first time config before I updated CC3000 firmware.

How can I do?


2.
In my project, I need to use TCP protocol to send packet to server. I use  Basic Wi-Fi example code.
I can use UDP protocol  to send now, but TCP can not work.
In other post on e2e, someone have the same problem like me.
He told me if use wlan_connect() function, the problem will happened.
So I want to use wlan_add_profile() function to try.
I don't know if I use  wlan_add_profile() ,Should  I need to use SmartConfig to change policy by use  wlan_ioctl_set_connection_policy () function?
Could you give me step by step to do?

I try this code, but it is not work.Should  I need to use SmartConfig ? But I can not use first time config  now.


 wlan_add_profile (WLAN_SEC_WPA2,"TP-LINK", 7, NULL, 0,0x18, x1e, 0x2, "sifra123", 8);
wlan_ioctl_set_connection_policy (0,0,1);
wlan_stop();
__delay_cycles(600000);
wlan_start(0);

Thanks for your help