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-LAUNCHXL: Combining RTOS examples i2ctmp006 & tcpEchocc32X00 in CCS 6.2

Part Number: CC3200-LAUNCHXL

I ran into this about a year ago and it has occurred again.  If I base my initial code on the I2C TI TROS example and later try to add the TCP Echo functions to it, the WiFi_open function always returns null.

I started a fresh workspace and imported only the 2 examples.  I made sure they independently compiled and ran.  I made the edits in both base codes, adding the missing header files and includes in both and as far as I can tell they are the same, except for the "main" files. They both retained their original, respective names.

The code based on the I2C example returns 0x00000000 as the WiFi handle and system aborts.  The TCP example returns 0X20012360 and continues to function, including the I2C thread.

I've attached the workspace folder.

Any insights are appreciated,

Kevin S

workspace_debug.zip