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.

SIMPLELINK-WIFI-CC3120-SDK-PLUGIN: How to port the CC3120 driver from SDK for MQX RTOS

Part Number: SIMPLELINK-WIFI-CC3120-SDK-PLUGIN
Other Parts Discussed in Thread: CC3120

- We are using SimpleLink CC3120 module for WiFi communication in our product, and for intial development we used nonos drivers.

But as the product matured we added multiple protocol to the system, and we observed that some time the driver stuck in “SlDrvSyncObjWaitForever” function which will not return until we release from another task.

To avoid this we want to port the driver from nonos functionality to MQX RTOS support.

How to do this porting? Any help will be much appreciated.