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.

CCS/CC3200-LAUNCHXL: Smartconfig error on restart

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

Hello.

I am working on cc3200 for smartconfig.

My aim is to make a system that is user friendly on startup. So I decided to go for smartconfig. But I want the system to be configured just once. The problem is that whenever I restart the device all the configuration settings go away.I am using SDK v1.3 for this. The Red LED glows after connection but after reset it goes away.

Also is there a way that I can modify the common.h file using smart config.

If I can do that I believe the network credentials will be stored in the Flash rather than RAM.

  • Hi Shlok,

    Smartconfig is only recommended to be used in conjunction with AP mode provisioning, for interoperability reasons. CC3220 has a more streamlined way of combining these two, an it comes with a nice reference as well, so you may want to switch to CC3220. The example could be set up to reset back to default after every reset, thus clearing the provisioning. You will have to remove this logic for the code.

    -Aaron