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.

CC3200的mdns程序运行问题

Other Parts Discussed in Thread: CC3200

在mdns这个程序里面,有static long WlanConnect();这个函数,程序运行起来后就一直在这个函数的while((!IS_CONNECTED(g_ulStatus)) || (!IS_IP_ACQUIRED(g_ulStatus)))里面循环,一直跳不出来,这是为什么呢?还有其他的几个程序,也是一直死在这个循环里,本人初学,希望高手解答!