Serial DFU - No ping response after opening COM port

Hello. 'm trying to DFU using serial bootloader with my custom board.

I've wired my custom board's nrf52833 pin with a USB2UART board.

  • nrf52833 RX Pin: P1.02 -- connected -- USB2UART board Tx pin
  • nrf52833 TX Pin: P1.04 -- connected -- USB2UART board Rx pin
  • RTS & CTS: Not using
  • Baudrate: 115200
  • HF: false

When resetting my custom board, I've checked the RTT log like this.

And I've got the nrfutil dfu serial like this.

It returns a "No ping response after opening COM port" msg and is not started.

Any help is appreciated!

Regards.

Related