How to program custom board with nrf52811

Hi guys

I ve made a custom board using the nrf52811 SoC,and now i want to program it for testing.

The thing is i am really lost on what to do, this is the first time tinkering with embedded systems.

I am planing to program the board with j link, basically i want to send my program via usb to j link and from j link to my board.

But i just dont know how to do it.

Any help will be much apreciated .

Parents
  • Hi,

    If you're using a stand-alone J-link debugger then you have to connect the J-link to the SWD interface on your custom board. The SWD interface consists of SWDIO, SWDCLK, VCC and alternatively the RESET pin. These pins has to be routed out on your custom board. You also need to supply your customer board as the J-link debugger will not do this. After connecting the J-link interface, you can use either use an IDE such as SES or program your hex file with nRF Command Line Tools.

    regards

    Jared 

Reply
  • Hi,

    If you're using a stand-alone J-link debugger then you have to connect the J-link to the SWD interface on your custom board. The SWD interface consists of SWDIO, SWDCLK, VCC and alternatively the RESET pin. These pins has to be routed out on your custom board. You also need to supply your customer board as the J-link debugger will not do this. After connecting the J-link interface, you can use either use an IDE such as SES or program your hex file with nRF Command Line Tools.

    regards

    Jared 

Children
Related