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

Programming external/custom NRF52832 board using NRF52-DK

Hi All,

We are trying to flash our custom NRF52832 board using NRF52-DK+nrf studio. With the same setup that's suggested by devzone.nordicsemi.com/.../ image description

However, from the nrf studio, we can never see the external board (nrf5x programming menu item is greyed out).

We've also tried to using a j-link/jtag but were still unable to see the external board.

We've tested the power supply on the custom board while connecting it to the DK board (2.8v, required 3.3v). Don't know if this could be the problem?

Thanks a lot!

L.

Parents
  • I have the same wiring setup to flash a custom board using the PCA10040. I don't think you will see the "nRF5x programming menu" light up as the programming is still going through the JLink OB in the PCA10040, so I just pick the menu item "nRF52 development boards - Segger xxxxxxxx".

  • Hmmm... that depends on what your application does after powering up. Are there LEDs on your own board that your application can turn on after the flashing? Or, just try to flash a standard Nordic Uart Service (NUS) onto your board and try to connect to it using the nRF connect app or the nRF Uart v2 app.

    In my case I have the {bootloader, app, softdevice} in the PCA10040 and {my app, softdevice} in my custom board and as long as the custom board is powered up, the nRF go studio will display the {my app, softdevice} layout, so I know which board I'm programming.

Reply
  • Hmmm... that depends on what your application does after powering up. Are there LEDs on your own board that your application can turn on after the flashing? Or, just try to flash a standard Nordic Uart Service (NUS) onto your board and try to connect to it using the nRF connect app or the nRF Uart v2 app.

    In my case I have the {bootloader, app, softdevice} in the PCA10040 and {my app, softdevice} in my custom board and as long as the custom board is powered up, the nRF go studio will display the {my app, softdevice} layout, so I know which board I'm programming.

Children
No Data
Related