I have an issue with the ble_app_lbs. I can compile it OK, but when I run it it gets as far as calling sd_ble_gap_device_name_set(), which returns error 0x3001.
Can someone tell me why this might be?
I have an issue with the ble_app_lbs. I can compile it OK, but when I run it it gets as far as calling sd_ble_gap_device_name_set(), which returns error 0x3001.
Can someone tell me why this might be?
0x3001 is error code for " SVC handler is missing "
You get this error when you use the wrong softdevice version with wrong header file (i.e. an old SDK version ).
-c
Update : lbs not works with SD S110 v.7.0. There was a previous question with answer from Hung Buy, a nordic guy.
I just checked and I have 6.0 installed, which is the latest SDK. Is it possible that this example needs an older SDK version? If so, how do I tell which one I need, or how do I update this example to use the newer SDK? What header file are you referring to?
I just checked and I have 6.0 installed, which is the latest SDK. Is it possible that this example needs an older SDK version? If so, how do I tell which one I need, or how do I update this example to use the newer SDK? What header file are you referring to?