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: CC3200 Station Mode - RTOS required?

Part Number: CC3200

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)))