mattairtech / ArduinoCore-samd

This is a fork from arduino/ArduinoCore-samd on GitHub. This will be used to maintain Arduino support for SAM D|L|C (M0+ and M4F) boards including the MattairTech Xeno Mini and the MT-D21E (see https://www.mattairtech.com/). It adds support for new devices like the D51, L21, C21, and D11. It also adds new clock sources, like a high speed crystal or internal oscillator.
104 stars 43 forks source link

Xeno Mini stop worked after sketch upload #16

Closed jarzebski closed 6 years ago

jarzebski commented 6 years ago

Hi, i bought two Xeno (standard and mini). After sketch (blink.ino) upload, both stop working

Here is log from sketch upload:

Atmel SMART device 0x60060007 found Device : ATSAMD51G19A Chip ID : 60060007 Version : v2.0 [Arduino:XYZ] Feb 4 2018 05:27:49 Address : 8192 Pages : 1008 Page Size : 512 bytes Total Size : 504KB Planes : 1 Lock Regions : 32 Locked : none Security : false Boot Flash : true BOD : false BOR : true Arduino : FAST_CHIP_ERASE Arduino : FAST_MULTI_PAGE_WRITE Arduino : CAN_CHECKSUM_MEMORY_BUFFER Erase flash done in 2.948 seconds

Write 10136 bytes to flash (20 pages)

[============ ] 40% (8/20 pages) [======================== ] 80% (16/20 pages) [==============================] 100% (20/20 pages) done in 0.058 seconds

Verify 10136 bytes of flash with checksum. Verify successful done in 0.010 seconds CPU reset.

After upload:

[308429.387284] cdc_acm 1-6:1.0: ttyACM0: USB ACM device [308434.729382] usb 1-6: USB disconnect, device number 96 [308434.729399] cdc_acm 1-6:1.1: urb 3 failed submission with -19 [308434.729480] cdc_acm 1-6:1.1: urb 4 failed submission with -19 [308434.729559] cdc_acm 1-6:1.1: urb 5 failed submission with -19

Now both are not detected on Arduino IDE and are dead :/

jarzebski commented 6 years ago

Ok.. sorry. Solved