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.
Create another install dir and roll back, flash compatible SD in nRF51. You can change SD on nRF51 in a few seconds, test your app and then re-flash actual SD.
Create another install dir and roll back, flash compatible SD in nRF51. You can change SD on nRF51 in a few seconds, test your app and then re-flash actual SD.