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.

LAUNCHCC3220MODASF: TI-RTOS connectivity to IOT or internet via wifi

Part Number: LAUNCHCC3220MODASF


Hello, 

I am new to TI-RTOS before exploring i would like to know if we can use TI-RTOS for my CC3220MODASF to use it for IOT applications. does the TI-RTOS kernel has the stack required for connecting to internert , can i use API to connect it wifi and also if i need to use Azure cloud does it have any API for it .

thanks,

Nagesh

  • Hi Nagesh,

    CC3220 devices have integrated "WiFi coprocessor" called NWP. This coprocessor integrates TCP/IP stack as well. From this reason you don't need to integrate own TCP/IP stack (you don't need to use TCP/IP stack at RTOS). You need to integrate higher layer protocols only like your mentioned Azure.

    CC3220 SDK supports TI-RTOS and FreeRTOS as well. If you want to start development with Azure, you can use Azure plug-in for SDK. Additional information about Azure IoT Plugin you find at Resource Explorer.

    Jan