Burn Target Options#

This section provides a reference to the SiWx91x burn target options in the boot configuration feature bitmaps.

Macros#

#define

Option to burn data into EFUSE.

#define

Option to burn data into Flash.

Macro Definition Documentation#

SL_SI91X_BURN_INTO_EFUSE#

#define SL_SI91X_BURN_INTO_EFUSE
Value:
0

Option to burn data into EFUSE.

This option specifies that the data should be burned into the EFUSE memory. EFUSE memory is used for storing critical calibration or configuration data that should not be modified after programming. Use this option when permanent storage of data is required.


Definition at line 1975 of file components/device/silabs/si91x/wireless/inc/sl_wifi_device.h

SL_SI91X_BURN_INTO_FLASH#

#define SL_SI91X_BURN_INTO_FLASH
Value:
1

Option to burn data into Flash.

This option specifies that the data should be burned into Flash memory. Flash memory provides non-volatile storage that can be reprogrammed. This is suitable for data that might need to be updated or modified over time.


Definition at line 1985 of file components/device/silabs/si91x/wireless/inc/sl_wifi_device.h