This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf mesh pp_error_weak.c, 108, mesh assert at 0x0002e652 (:0)

I am running the BLE Mesh Light Switch Server Demo

On the mesh stack init phase I encounter following error:

app_error_weak.c,  108, Mesh assert at 0x0002F6E2 (:0)

Debug process led me to flash_manager.c function flash_area_is_valid()

based on the comment in line 254 I assume that the existing metadata is not aligned with "ours" but I have no idea how this should be fixed.

Same issue is visible on client example.

I am running example with SDK v17.0.2

Related