NRF52H20 Connection issue

Hello,

I have started working with the NRF52H20 by following the guidelines mentioned in the nRF Connect SDK Fundamentals course.

In Lesson1 Exercise2 I'm facing following issue 

I am using a B-type data cable to connect the NRF52H20 board to the laptop via the J2 pin. In the Visual Studio Code, it initially shows that no device is connected and the LED5 on the board blinks continuously for every 500ms(approximately). Occasionally, the device connects, and the PC notifies me of this. In Visual Studio Code, the connected device then shows up my board details and the LED5 stays in on state.

However, sometimes during the building or flashing process, the device disconnects, and the previous state (blinking LED5 with no device detected) occurs again. This pattern repeats, and I haven't been able to identify the actual cause. Due to this issue, I haven't been able to proceed further.

I am trying to use the following example code: the directory path is as follows:

  • Create a new application.
  • Copy a sample.
  • Blink LED (PWM-based).

(1) Build configuration

(2) Device is connected

(3) In the below picture during the flash operation the device got disconnected

Parents Reply Children
No Data
Related