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.

Disabling all Wifi stuff but allow simplelink to run

Dear all,

we are preparing a version of our firmware that does not need to connect to the internet. The device uses the wifi module only as ROLE_AP at the beginning for the first setup and then spends most of the time in low power or in sleep. When the network task is spawned, I'd like the device to start simplelink only for file access etc but not for wifi connection. We will start network connection as AP only when we desire so.

What is the correct procedure to shut off all the networking and leave simplelink up?

Regards

  • SFLASH is accessed/controlled from the Network processor. So, you need to start simple link with sl_Start, to access SFLASH file system. I do not think, there is a way to only access SFLASH file system without enabling WLAN.. We will check and get back.. Thanks