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: Is it possible to use TI-RTOS in a "self contained" mode?

Other Parts Discussed in Thread: CC3100, CC3200, CC3200SDK

I am wanting to use TI-RTOS with CC3200 in the same way I used it with Tiva C/CC3100

Let me explain:-

With the Tiva C and CC3100 I was able to use examples that came with TI-RTOS, and by doing this, there was no need to reference and compile the external projects OSI, SimpleLink, TI-RTOS. I was also able to have one project and also an individual projectname.cfg (TI-RTOS config file) for each of my projects, instead of a single app.cfg

I am trying to accomplish this by starting with one of the TI-RTOS peripheral examples for the CC3200. As there are no examples that show using Wi-Fi.

When I try and do this, I end up with the following errors:-

unresolved symbol SimpleLinkHttpServerCallback, first referenced in C:/ti/CC3200SDK_1.0.0/cc3200-sdk/simplelink/ccs/OS/simplelink.a<netapp.obj> 

unresolved symbol SimpleLinkSockEventHandler, first referenced in C:/ti/CC3200SDK_1.0.0/cc3200-sdk/simplelink/ccs/OS/simplelink.a<driver.obj> 

Is it possible to set TI-RTOS in the self contained mode I am wanting, or do I need to use the method showed in the CC3200 SDK?

I really prefer to have only one project, as this will be much easier to manage and work with others, especially when it comes to using source control.

Much thanks,

Glenn.