The tititular board suddenly quit responding following an upload when tweaking code. The power light comes on, but Windows no longer recognizes that the board has been connected to the USB port. The program does not run when the board is powered up either. The code works on another identical board, so I'm not sure what went wrong, but assume it's bricked somehow.
I am trying to unbrick mine following the suggestion in multiple closed threads to use the CMSIS-DAP Compliant SWD Debugger. I also have a 3x2 pogo adapter and a break-out board (SWD (2x5 1.27mm) Cable Breakout Board : ID 2743
I am unclear on what pin connects where, but assume it follows the conventional pinout as screenprinted on the breakout board. I selected the Atmel EDBG programmer and then "Burn Bootloader", resulting in the following error message:
Open On-Chip Debugger 0.10.1+dev-gf0767a31 (2018-06-11-13:36)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
debug_level: 0
0
none separate
adapter speed: 400 kHz
cortex_m reset_config systresetreq
in procedure 'init'
in procedure 'ocd_bouncer'
Error while burning bootloader.
My OS is Windows 7 with SP1 and all updates. Device manager reports two new Human Interface Devices when the debugger is plugged in:
"HID-compliant device" and
"USB Input Device"
Both report "This Device is working properly" but no driver was installed or requested and no new serial ports created.
The LED is lit on the debugger, but there is no voltage at the Vref pin. The debugger LED blinks very briefly when attempting to write the bootloader, before the error message appears.
I have tried powering the Nano separately via a second USB cable. As before, the green power LED comes on, but no difference when attempting to write the bootloader.
I have also tried installing Microchip Studio, in the hopes that might provide any needed driver to interface with the debugger, but that had no effect either.
If anyone has successfully made this thing work in a Windows environment, I would appreciate your insight.