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

nRF52 DK boot problem after press IF BOOT/RESET button

Dear all.

I just got nRF52 DK and testing blinky based on KEIL and it works well. I tried one test, IF BOOT/Reset, and nRF52 PDK is not working after below sequence.

  • Power off nRF52 PDK
  • press IF BOOT/RESET Button and power on
  • PC pop ups disk and could see bootloader relates files
  • I tried to connect KEIL with JLINK but failed, PC couldn't recognized nRF52 PDK EVM
  • power off nRF PDK and power on without press IF BOOT/RESET button
  • there is no any LED blinking and if I try to connect JLINK with KEIL, couldn't connected due to couldn't recognized PDK
  • so I pressed IF BOOT/RESET button and power on again and could see pop ups and some files inside disk so PDK is not damaged and it works
  • I tried again without press button and there is no response, PC couldn't recognize PDK EVM and also KEIL couldn't recognize

nRF52 PDK EVM is working, PC pop ups when power on with button press, but looks not working with normal mode(without press reset button).

I have tried to find information but couldn't find something helpful so could someone help on this problem?

Many thanks. Louiey. : )

Parents
  • Hello,

    If you enter the bootloader mode by holding IF BOOT/RESET while you power on the device, the programming chip is the one that enters bootloader mode, and hence, there is no contact to the nRF.

    When you are in bootloader mode, just drag'n'drop the latest Segger file, found here, and power cycle the board when it is done copying. After this, you should be able to connect with nRF Connect or Keil. Note that it is probably the same firmware on the nRF that was installed before the reboot happened. Try erasing it using nRFgo Studio, or "nrfjprog -e" before trying to open the port in nRF Connect.

    BR,

    Edvin

  • Hi, a little hint from my side. Only after updating the nRF Connect to version 2.3.0 it worked for me. I was asked if I want to download the latest software on the DK. I agreed and after some seconds I could use it.

    Going back to nrfConnect v1.1.1 it also works there now. Don't ask me why!

Reply Children
  • Hi, I entered boot loader mode, and I can come out of that, after following steps : 1) plug in the board with pressing if boot/reset button. And then downloading the file (suggested by you) in boot loader folder. I can connect nrf as it shows JLINK as gdrive on my computer. Then I tried to upload the ble and simple blinky code to my board, keil shows that the code is been uploaded but the board shows no rsponce. Please help.

      

Related