I am working on a new project with the Tiva Launchpad and the CC3000 Booster Pack using CCSv5 and RTOS.
I want the UI for my application to be browser based. So I need to use the RTOS HTTP application module.
The CC3000 has a built-in TCP-IP stack but it does not have HTTP built-in. The RTOS WiFi driver provides an API to access the CC3000 built-in TCP-IP stack. The RTOS HTTP module is designed to operate over the RTOS TCP/IP stack as opposed to the built-in TCP-IP stack of the CC3000.
Folks in the CC3000 forum confirmed that I cannot use the RTOS TCP-IP stack with the CC3000 but I have to use its built-in stack. Hence my question:
How can I use the RTOS HTTP module over the RTOS WiFi driver? Thanks for your responses.