Defines

S132 SoftDevice v7.3.0 API

S132 SoftDevice v7.3.0

Macros

#define MBR_SVC_BASE (0x18)
MBR SVC Base number.
#define MBR_PAGE_SIZE_IN_WORDS (1024)
Page size in words.
#define MBR_SIZE (0x1000)
The size that must be reserved for the MBR when a SoftDevice is written to flash. This is the offset where the first byte of the SoftDevice hex file is written.
#define MBR_BOOTLOADER_ADDR (0xFF8)
Location (in the flash memory) of the bootloader address.
#define MBR_UICR_BOOTLOADER_ADDR (&(NRF_UICR->NRFFW[0]))
Location (in UICR) of the bootloader address.
#define MBR_PARAM_PAGE_ADDR (0xFFC)
Location (in the flash memory) of the address of the MBR parameter page.
#define MBR_UICR_PARAM_PAGE_ADDR (&(NRF_UICR->NRFFW[1]))
Location (in UICR) of the address of the MBR parameter page.

Detailed Description