nRF5 SDK for Mesh v5.0.0
Macros
Flash manager configuration defines

Macros

#define FLASH_MANAGER_PAGE_COUNT_MAX   255
 Maximum number of pages that can be owned by a single flash manager.
 
#define FLASH_MANAGER_POOL_SIZE   256
 Size of the flash manager data pool, storing pending writes. More...
 
#define FLASH_MANAGER_ENTRY_MAX_SIZE   128
 Maximum size of a single flash entry in bytes. More...
 
#define FLASH_MANAGER_RECOVERY_PAGE_OFFSET_PAGES   0
 Number of flash pages to be reserved between the flash manager recovery page and the bootloader. More...
 

Detailed Description

Macro Definition Documentation

◆ FLASH_MANAGER_POOL_SIZE

#define FLASH_MANAGER_POOL_SIZE   256

Size of the flash manager data pool, storing pending writes.

Definition at line 456 of file nrf_mesh_config_core.h.

◆ FLASH_MANAGER_ENTRY_MAX_SIZE

#define FLASH_MANAGER_ENTRY_MAX_SIZE   128

Maximum size of a single flash entry in bytes.

Definition at line 461 of file nrf_mesh_config_core.h.

◆ FLASH_MANAGER_RECOVERY_PAGE_OFFSET_PAGES

#define FLASH_MANAGER_RECOVERY_PAGE_OFFSET_PAGES   0

Number of flash pages to be reserved between the flash manager recovery page and the bootloader.

Note
This value will be ignored if FLASH_MANAGER_RECOVERY_PAGE is set.

Definition at line 468 of file nrf_mesh_config_core.h.


Documentation feedback | Developer Zone | Subscribe | Updated