Unable to program NRF52833DK

I've nrf52833dk board, I'm doing i2c exercise from Dev Academy's NRF connect sdk fundamental course.
For some reason I used 'Quick Start' option in "nrf connect for Desktop" software and since then I'm unable to load program into the nrf52833dk board.

1. Whenever I'm connecting the nrf52833dk board to pc via usb cable, I'm not seeing the name of my board in PC's Device Manager and hence NOT seeing the name under 'CONNECETD DEVICES' option in VS Code nrf connect SDK.
Also,
2. NONE of the onboard LEDs are glowing when I power-up the nrf52833dk board ( i.e. when I connect the nrf52833dk board to PC via usb cable) BUT I'm getting Vdd = 3V and the 5v pin is also correctly showing 5V on multi-meter. 
3. I tested the usb cable and It's all fine, PC usb port is also fine. 
4. I pressed and hold the IF BOOT/RESET button (SW5) and then while holding plugged the usb back in, kept button pressed for 5-10 sec i.e. Tried to Force the interface MCU into bootloader mode, BUT NOTHING CHANGED. The Dvice Manager showed nothing.
 

Parents Reply Children
  • Yes, 
    I already tried.
    1. I checked with different usb cable and cable are all fine, PC usb port is also fine. 
    2. I pressed and hold the IF BOOT/RESET button (SW5) and then while holding plugged the usb back in, kept button pressed for 5-10 sec i.e. Tried to Force the interface MCU into bootloader mode, BUT NOTHING CHANGED. The Dvice Manager showed nothing.

    Can nrfjprog --recover -f nrf52 command run, even if board detected by Device Manager???

    Despite of that I tried but I'm getting response as below,

    C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin>nrfjprog --recover -f nrf52
    ERROR: No debuggers were discovered.
    NOTE: For additional output, try running again with logging enabled (--log).
    NOTE: Any generated log error messages will be displayed.

    IS THERE ANY ALTERNATE WAY TO FIGURE-OUT THE ISSUE??
    PLEASE LET ME KNOW. I'm really Worried.

    Thank You.

Related