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.

RTOS/CC3220SF-LAUNCHXL: Station Mode Fallback

Part Number: CC3220SF-LAUNCHXL

Tool/software: TI-RTOS

Hi everyone.

I'm sure I must ne missing something. Lets say the device has a single prov profile and the network isn't available, or the password has changed, isn't the 3220 suppose to fallback automatically to AP mode? Isn't there a persistent settings that can be set? I know the Provisionning code could achieve this, but boy, that complexity of that state machine... not keen on using it

Any idea?

  • Hi,

    No. This feature is not supported by CC3220 device. In case you need to switch between STA/AP mode, you need to use API sl_WlanSetMode(). After mode set is NWP restart mandatory.

    Jan