Hello,
I am working on NRF52840 DK for a project on Bluetooth Mesh. Using Segger Embedded Studio for Building and debugging.
Basically i am trying to run the examplecode light_switch_client which is provided along with the nrf5 sdk with mesh v2.2.0 along with nrf5 sdk v15.0.0. I am successfully able to build and run this example in Debug configuration, but i am facing difficulties in doing the same in Release. Below is the log of the error which i am getting. Please help me out with the same.
<t: 0>, main.c, 299, ----- BLE Mesh Light Switch Client Demo -----
<t: 0>, mesh_softdevice_init.c, 117, Initializing SoftDevice...
<t: 0>, mesh_softdevice_init.c, 75, Enabling BLE...
<t: 507>, app_error_weak.c, 95, Mesh assert at 0x0002C2C2 (:0)
Thanks in advance.