I am experiencing an issue with my Tenstar nRF52840 Pro Micro board, which utilizes the Adafruit UF2 bootloader. When attempting to flash new firmware by copying a .uf2 file to the device, the board intermittently disconnects before the transfer completes. This behavior occurs regardless of the method used: dragging and dropping the file, using the west flash command, or manually copying the file.
Steps to Reproduce:
-
Enter bootloader mode by grounditwiceng RST pin
-
The board appears as a mass storage device named
NICENANO. -
Attempt to copy a
.uf2firmware file (e.g.,zephyr.uf2) to the drive. -
The device disconnects before the transfer completes.
Tried updating the bootloader but still same issue persists.