Hello,
I'm developing a custom UART through BLE using NUS. I've been testing my idea on the nRF51822 USB Dongle and it worket perfectlly (compiling on latest Keil V5), utilizing a nRF51422 xxAC design template.
The problem begins when I want to run my project on a nRF51422 xxAA, on my custom PCB. The device is programmed succesfully through a J-Link Lite programmer (and nRF Studio), both the S110 and the target app. When I'm debugging the project in Keil, it hang while entering the sd_softdevice_enable() call.
I'm totally confused what is wrong. Am I missing something? Or maybe should I add some "C/C++" defines or something... Does the XTAL configuration has to do here something?
Please help :(