This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

S130 V2 BlE examples not working

Hi ,

I am trying to use the new softdevice SD130 V2.0.0 and have not had any luck when using the most recent version of SD130. I ran the same application with SD130 V1.0.0 and the older example worked. I downloaded the example ble_app_proximity_s130_pca10028 as is and ran it with no luck. On this same board, all the the S210, S310, S110, and S130 V1.0.0 work with all examples and with my custom applications.

When I try using the S130 V2.0.0, it does not.
Relevant info:

NRF51 DK iROM 0x1B000 size 0x250000 iRAM 0x20001F00 size 0x6100 CHIP: NRF51422 QFAC version3 (as read by nrf_ic_info_get, and markings on IC) BSP: 11.0.0 SD130: V2.0.0 Using Example: ble_app_proximity_s130_pca10028

According to the compatibility matrix, the above should work. None of the S130 V2.0.0 examples work on my NRF51 board. I've tried changing practically every setting. It seems to get caught in ble_stack_init(); and does not enable the softdevice. It appears that sd_softdevice_enable generates an interrupt and it executes a system reset. It is continually caught in this loop.

I have also tried it with a version 3 nrf51422 CEAA and adjusted to RAM accordingly to the 16kB limit with no success. (iRAM 0x20001870 size 0x2790)

Any suggestions would be greatly appreciated!

Related