Hi All,
I am using CC03 based off SAMD21 bootloaded with Arduino Zero. I am uploading the sketch via native USB. On a Windows 10 machine the port appears "COM92 (Arduino/Genuino Zero (Native USB Port))". I've successfully uploaded a blink sketch and the program will run as per expected.
When I switch over to a Windows 7 machine the COM port appears as above. The problem arises when I upload the sketch the IDE returns the following error:
Sketch uses 10200 bytes (3%) of program storage space. Maximum is 262144 bytes.
Forcing reset using 1200bps open/close on port COM92
PORTS {COM92, } / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
PORTS {} / {} => {}
Couldn't find a Board on the selected port. Check that you have the correct port selected. If it is correct, try pressing the board's reset button after initiating the upload.
The port then disappears and CC03 seems to be stuck in bootloader mode. The only way to get out of it is to upload from a Windows 10 machine. I've experienced the same issue on all Windows 7 machines I've tested on. I have pressed the reset button after the upload but it stays in bootloader mode. I am suspecting a driver issue with Windows 7. Has anyone experienced the same problem with Arduino Zero?
Any assistance will be appreciated. Thanks.