Hi All,
I have downloaded the nRF Mesh SDk 3.0.0 and tried to run. I am trying to run the default nrf5SDKforMeshv300src\examples\light_switch\server for
Here is my software setup.
1) nRF5_SDK_15.2.0_9412b96
2) nrf5SDKforMeshv300src
The above two folders are in the same path.
I am using Segger embedded studio for ARM 3.5.0.
I was able to build and flash the image onto PCA1004. However I can not provision the device.
When I tried t debug, I found the code is hanging in ,
ret_code = sd_softdevice_enable(&clock_lf_cfg, app_error_fault_handler); which is at line number 214, file nrf_sdh.c.
I have not modified any of the code, just running the default one.
Can anyone let me know, where the problem is?
Thanks,
Ashok Y