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 TCP socket under TI-RTOS

Other Parts Discussed in Thread: CC3200

Hello everybody.

I tried to use NDK with CC3200 launchpad in order to open TCP socket, but have no luck because the package was not found.

Is NDK supported by CC3200?

If yes, how to install it? If no, any suggestions to open TCP socket on CC3200?
 

  • Hi Gleb,

    CC3200 has it's own networking stack called SimpleLink.  It can be downloaded as part of the CC3200 SDK (link).  The SDK contains device peripheral examples as well as examples for WiFi applications (with and without an operating system). 

    If you would like to take advantage of TI-RTOS drivers, you can download TI-RTOS for Simplelink (link).  This product has examples on how to use TI-RTOS drivers (GPIO, UART, SPI, I2C, etc), the TI-RTOS Kernel and Instrumentation tools.  You can take full advantage of drivers and WiFi by following the TI-RTOS CC3200 Wireless wiki page (link) and adding WiFi to a TI-RTOS example.

    Hope this helps,

    -- Emmanuel