I've been using the CC3200 in both Transciever and AP mode with no problem.
Now, I'm trying to use Station mode to connect to an AP and I wonder if I need to use either TI-RTOS or FreeRTOS?
Is an RTOS necessary to use Station Mode.
Probably a noob question. Sorry.
What seems to happen is that my AP shows the CC3200 leasing an IP address OK, but the program gets stuck
in the WlanConnect routine seeming to not satisfy the loop:
while((!IS_CONNECTED(g_ulStatus)) || (!IS_IP_ACQUIRED(g_ulStatus)))