Load Image Types#

This section provides a reference to Si91x load image types.

Macros#

#define

Load the default NWP firmware at location 0.

#define

Load the NWP firmware using the image number (NWP Firmware Image Numbers)

#define

Load default NWP firmware active low.

#define

Burn NWP firmware image.

#define

Burn M4 firmware image.

Macro Definition Documentation#

LOAD_NWP_FW#

#define LOAD_NWP_FW
Value:
0x31

Load the default NWP firmware at location 0.


SL_SI91X_LOAD_NWP_FW_WITH_IMAGE_NUMBER#

#define SL_SI91X_LOAD_NWP_FW_WITH_IMAGE_NUMBER
Value:
0x41

Load the NWP firmware using the image number (NWP Firmware Image Numbers)

Note

  • This is ONLY applicable in System on Chip (SoC) mode for Si91x devices.


LOAD_DEFAULT_NWP_FW_ACTIVE_LOW#

#define LOAD_DEFAULT_NWP_FW_ACTIVE_LOW
Value:
0x71

Load default NWP firmware active low.

Note

  • This is ONLY applicable in Network Co-Processor (NCP) mode for Si91x devices.


BURN_NWP_FW#

#define BURN_NWP_FW
Value:
'B'

Burn NWP firmware image.


BURN_M4_FW#

#define BURN_M4_FW
Value:
'4'

Burn M4 firmware image.