I'm currently just trying to upload the default Blink example to my brand new arduino zero board and am running into some issues. I'm using microsoft visual studio with the visual micro add on in order to load to my board. I'm using the programming port and the ATMEL EDBG programmer. The following is the output I receive. It appears to successfully load, however the code doesn't appear to ever run and the LED never blinks or even turns on. I tried searching online for this issue but am struggling to find anyone with the same issue. Any advice or direction you could give me would be greatly appreciated.
Compiling 'Sketch1' for 'Arduino/Genuino Zero (Programming Port)'
Binary sketch size: 8,156 bytes (used 3% of a 262,144 byte maximum) (1.14 secs)Uploading to I/O board using 'Atmel EDBG'
Open On-Chip Debugger 0.9.0-gd4b7679 (2015-06-10-22:24)
Licensed under GNU GPL v2
For bug reports, read
OpenOCD: Bug Reporting
debug_level: 0
adapter speed: 500 kHz
adapter_nsrst_delay: 100
cortex_m reset_config sysresetreq
Error: at91samd21g18.cpu -- clearing lockup after double fault
Polling target at91samd21g18.cpu failed, trying to reexamine
target state: halted
target halted due to debug-request, current mode: Thread
xPSR: 0x61000000 pc: 0x00010100 msp: 0x464c457c
** Programming Started **
auto erase enabled
wrote 32768 bytes from file C:\Users\cfeigal\AppData\Local\V.Micro\Arduino\Builds\Sketch1\arduino_zero_edbg/Sketch1.ino.elf in 9.982200s (3.206 KiB/s)
** Programming Finished **
** Verify Started **
verified 16500 bytes in 1.513200s (10.648 KiB/s)
** Verified OK **
** Resetting Target **
Done uploading
shutdown command invoked