Tool/software: Code Composer Studio
I am using TM4c129 and cc3100. when I configure the device to P2P mode and restart the device using sl_start(0,0,0), Its failing to initialize the device. Can suggestion how to configure ?
Thanks in advance
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.
Tool/software: Code Composer Studio
I am using TM4c129 and cc3100. when I configure the device to P2P mode and restart the device using sl_start(0,0,0), Its failing to initialize the device. Can suggestion how to configure ?
Thanks in advance
It Occurs when I try to change Wlan configuration.
retVal = sl_WlanSet(SL_WLAN_CFG_P2P_PARAM_ID, WLAN_P2P_OPT_DEV_TYPE,pal_Strlen(dtype), (unsigned char *)&dtype);
After this code when I close the communication interface using sl_Stop and initialize again using sl_Start, I get this error. I will have to re-flash my firmware every time I do this.
And In CC3100 P2P mode, no discovey mode is supported. How can we check the network connection ?