Hi,
I am evaluating nrf52840 using the light switch example.
Environment:
Soft device : s132_nrf52_6.1.1
Mesh SDK Version: 3.2.0
SDK Version: 15.3.0
IDE: SES (Used for building, downloading & debugging)
Provisioning method: Android App
I build and download light switch Client example into nrf52 devkits then comes out a mesh assert.
Fullscreen
1
2
3
<00> t:··········0>,·main.c,··318,·-----·BLE·Mesh·Light·Switch·Client·Demo·-----·
<00> t:······11267>,·app_error_weak.c,··108,·Mesh·assert·at·0x0002CFE2·(:0)·
<00> t:······11582>,·app_error_weak.c,··108,·Mesh·assert·at·0x0002CFE2·(:0)
It is NRF_MESH_ASSERT(p_manager->config.p_area[i].metadata.page_index == i); @ flash_area_is_valid()
How can I solve this?
Thanks