Hello,
Anyone ever had upload speed issues with the (full size) SAMD21 breakout board? Uploading the “blink” sketch takes over a minute. More accurately, less than 10s to compile, about 50s of black screen saying “uploading” before the red text appears, and then about 30s for the flash cycle (with the red text progress indicator. The verify cycle is instantaneous, regardless if the option to verify is active or not.
Some background: the board was completely reprogrammed and the bootloader erased with an atmel ICE at some point. I just reinstalled the bootloader (using https://github.com/sparkfun/SAMD21_Dev_ … arkfun.bin), then uploaded blink through the Arduino IDE. It works fine, blink speed is correct, it’s just much slower to flash that I’d expect.
Changed the USB cable and the USB port on the PC. No difference. No hub between the board and the PC.
Wrong fuse setting?
Wrong bootloader image?
Is there a speed setting for the pseudo-serial-port that I’m missing?
The arduino IDE reports version 1.6.10. Arduino SAMD Core 1.6.12 installed. Sparkfun SAMD boards package 1.3.2. Board package for Adafruit SAMD21 boards also installed. Windows 7.
Thanks.