Burn Target Options#
This section provides a reference to the SiWx91x burn target options in the boot configuration feature bitmaps.
Macros#
#define
SL_SI91X_BURN_INTO_EFUSE SL_WIFI_BURN_INTO_EFUSE
Option to burn data into EFUSE.
#define
SL_SI91X_BURN_INTO_FLASH SL_WIFI_BURN_INTO_FLASH
Option to burn data into flash.
Macro Definition Documentation#
SL_SI91X_BURN_INTO_EFUSE#
#define SL_SI91X_BURN_INTO_EFUSEValue:
SL_WIFI_BURN_INTO_EFUSE
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.
SL_SI91X_BURN_INTO_FLASH#
#define SL_SI91X_BURN_INTO_FLASHValue:
SL_WIFI_BURN_INTO_FLASH
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.