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

nRF51822 not working when programmed using ble_app_uart example.

Hi, Guys, I have problem with my nRF51822. I built the ble_app_uart project in the SDK v6 and and flashed it on the mcu using j-link and I also flashed S110 SoftDevice version 5 to be compatible with the main program. But when I power on the board nothing happens. The ble device is not found in the mobile nrftool software and it does not send anything to the computer via uart. here is something else you should know:

I used SDK V6 because i found that just this SDK has the ble_app_uart for nrrf51822 and other versions like SDK v11 ble_app_uart example is for nrf51422 and nrf52832 and that they are not practical for nrf51822. And i also used S110 SoftDevice v5 to be compatible with that program.

here is ble_app_uart file : 

/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-52004af3d38c4eb6963bf8cb7f430103/ble_5F00_app_5F00_uart.rar

And i connected nrf51822 to computer and j-link as image posted:

 /resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-52004af3d38c4eb6963bf8cb7f430103/20180828_5F00_175011.jpg

The white and green color and black wires are uart-usb cable wires, white is Rxd, green is Txd and black is ground. And yellow wires are connected to j-link SWDIO and SWCLK.

Thanks for your attention. I am in hurry so please help sooner. 

Parents Reply Children
  • Yes, I actually knew them all, Thanks for you help dear Martin, I tried precompiled application with the SoftDevice in the directory you mentioned and it works nice, So thanks again, but i can not load SoftDevice and main program separately. As i mentioned above So can you please help me to find out what going on when i try to load them separately, should i have  to change the address of where program and SoftDevice load , to not to encounter the error : this file has data in SoftDevice region again? Or i have to update my software? However i think that they are up to date . Or it relates to the firmware of my j-link? Thanks for your attention.

Related