SWRU455M February 2017 – October 2020 CC3120 , CC3120MOD , CC3130 , CC3135 , CC3135MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF , CC3230S , CC3230SF , CC3235MODAS , CC3235MODASF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
The SimpleLink Wi-Fi device lets users set the system-persistent configuration. By default, the mode of the system-wide configuration persistence is set to true, and all APIs that follow the system configured persistence maintain their configured settings after reset. If false, all calls to the APIs that follow the system-configured persistence are volatile, and the configurations revert to default after reset.
Example:
_i16 Status;
_u8 persistent = 1;
Status = sl_DeviceSet(SL_DEVICE_GENERAL, SL_DEVICE_GENERAL_PERSISTENT, sizeof(_u8), (_u8*)(&persistent));
if( Status )
{
/* error */
}
For a full list of parameters and their persistent configuration, refer to Section B.
If system-persistent configuration is enabled, any change in the system settings may result in a serial-flash write operation, and its write endurance must be considered.