BOSSA
BOSSA copied to clipboard
Takes ages to find the com port and program
I dunno if it should take this long to find the com port and program, but it does seem rather weird. This happens on multiple PCs but not every time.
Device found on COM4
Atmel SMART device 0x1001000b found
Erase flash
done in 14.961 seconds
Write 27784 bytes to flash (435 pages)
[==============================] 100% (435/435 pages)
done in 33.045 seconds
Verify 27784 bytes of flash
[==============================] 100% (435/435 pages)
Verify successful
done in 0.239 seconds
CPU reset.
Press any key to continue . . .
What target? I was investigating this myself for an older Sparkfun SAMD51 board, and it turns out that the Arduino bootloader has extensions to do fast "chip erase" and upload, but this wasn't being used because the Sparkfun bootloader was identifying itself as "SparkFun"" rather than "Arduino."
Unfortunately, 14 seconds to erase the flash, one "row" at a time, is not a particularly unexpected amount of time.