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.