NRF Mesh and Flash organisation and SD

Hi There

while extending the actual Sofware with more flash entries i discovered that the capability of provisioing devices decreases, and end up in a hardfault.

Is there a description how to manage this?

Base: NRF MESH SDK 5.0, Dimming Server with provisioner functionality, without the User Flash Page 0x0019 the Node count stopps at 14, with it its at 6. It happend when provisioning an configuring is complete and key should be added to the Softdevice list.

Memory Settings Segger Studio:

FLASH_PH_START=0x0

FLASH_PH_SIZE=0x1ef8000

FLASH_START=0x27000

RAM_PH_START=0x20000000

RAM_PH_SIZE=0x3f000

RAM_START=0x20002e00

Memory Map read out with Programmer:

User Data ends at 0x000EE000

Regards

Simon

Related