NRF51422 stuck in ble_app_template example

Hi!

I am working on a project with NRF51422QFAB.

First I tried a simple program, which runs well.

After that I would like to try out my own board antenna with the ble_app_template example but unfortunately, the code stucks really early.

I use the NRF5 SDK 10.0 and Soft device S130.

I use the NRF5 SDK 11.0, but I get the same result.

I tired with NRF5 SDK 12.3.0, too, but I get the same result.

This is where the code stucks:

err_code = sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler);

This is the build config:

This is my shematic:

This is the antenna design:

Do you have any idea why is it not working? :/


Thank you!

Balazs

Parents Reply
  • Thank you! I will try it in some hour. (the 12.3.0 and the UART way of the debugging)

    I do not know what could be odd...I open an example project with the Keil project file, I flash the Soft Device without building, I set the cofing as you see in the last comments, then I comment out the init of the buttons and leds (because I do not have on my board), I change the clock source as you wrote, then I flash this app to my device.
    I do now understand what could be odd in this process. :( 

Children
Related