Other Parts Discussed in Thread: CC3220SF, UNIFLASH
Hi.
I´m using the code fo the "network terminal" example to manually provision WiFi to my CC3220SF
The function I'm using is "cmdWlanConnectCallback" in the file wlan_cmd.c
the provisioning starts by setting the device in ROLE_STA and it finnished successfully. At the end it shows the IP assigned by the router.
now. try to load the web pages in the HTTP Server using the IP but it doesn't work.
How can I make sure that the HTTP server is working right after provision WiFi manually?
thanks