Part Number: LAUNCHCC3220MODASF
Tool/software: Code Composer Studio
hi,
i am using cc3220modasf SDK "simplelink_cc32xx_sdk_2_10_00_04"
I'm trying to use httpget example and provisioning example together.
My purpose,
Sending wifi SSID_NAME and SECURITY_KEY to the device with mobile application.
There are 2 tasks for this in my code.
1- provisioningTask
2-httpTask
Successfully executes 1st task operation and when wifi connection is established I'm sending semaphore to task 2.
When my 2nd task starts running I get the following errors
"Error! code = -2006, desc = httpTask: connect failed"
"Error! code = -3021, desc = httpTask: send failed"
my screenshot:
Note: If I don't implementation provisioning then my http code will work.
Note 2: I could not find an answer in this title
Can you help me ?