Hello
I was trying to get this example ble_app_template to work but it seems like it doesn't, the code is executed on the ic since I was uploading some code to blink a light at certain points along the code and it seems like it doesn't blink after function "ble_stack_init();" is called. Pressing button 0 doesn't work either, I'm using the pca20006 board header file but for a custom pcb with the nrf51802 chip on it. It looks like this: . I tried to see if rtt gives me anything but I couldn't get anything out of there, not even log info. Almost no code has been edited from the template code more than Makefile and linker script to adapt for nrf51802 instead of nrf51422 that is supposed to be used for pca20006.
To summarise, program is stuck after ble_stack_init() is called. RTT doesn't work either which should be for another ticket, but could be good to know.
OS: Linux debian
softdevice: s130
ic: nrf51802
link: segger jlink base
topic: bluetooth low energy