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

How to enable Jlink for custom board for nRF52832 DK

I am using nRF52832 DK. I have connected our custom board using Debug out and loading code is successful for custom board. I loaded radio_test code. Now I want to test the radio parameters. For that any settings required on the DK board to enable Jlink for custom board?????? In my system Jlink isi detected in com ports, but I am not getting Radio test in terminal. Please provide any settings required to enable Jlink for custom board.

Thanks in Advance.

Parents
  • FormerMember
    0 FormerMember

    The problem may be that the UART pins on the external board are not connected to anything. The debugger pins does only consist of SWDCLK, SWDIO, GND and VDD.

    Update 15.0316: The image below shows use the nRF52 DK (board 1) to

    1. program a PCB that is not connected to a debugger (board 2)
    2. print UART data from board 2 on the PC connected to board 1. The UART cables are connected to the defined UART pins on Board 1 and Board 2, respectively.

    image description

  • Yeah, I tested without custom board, and its working. i am getting radio test in terminal. But when I connect custom board also, debug is working only for DK, not for custom board. When I connect custom board to DK using P19 connector and power ON custom board. Code loading is working for custom board and debug is not working for custom board.

    SWO is not SWDIO, see pin 6 in P19 of DK. SWDIO is always connected and still debug is not working.

Reply
  • Yeah, I tested without custom board, and its working. i am getting radio test in terminal. But when I connect custom board also, debug is working only for DK, not for custom board. When I connect custom board to DK using P19 connector and power ON custom board. Code loading is working for custom board and debug is not working for custom board.

    SWO is not SWDIO, see pin 6 in P19 of DK. SWDIO is always connected and still debug is not working.

Children
No Data
Related