Other Parts Discussed in Thread: CC3200
Hi,
I am trying to modify the code of the http server example, and use it without RTOS. I compiled it successfully and the device starts as station mode, then changes its role to AP. After that it is continuously waiting for acquiring the IP address from DHCP server.
if(g_uiSimplelinkRole == ROLE_AP)
{
//waiting for the AP to acquire IP address from Internal DHCP Server
while(!IS_IP_ACQUIRED(g_ulStatus))
{
}
At this point, the code stays forever. Can you please let me know where the issue could be?
Thanks,
Rajesh