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.
103 stars 43 forks source link

Boot Load Pin - Stuck in bootloader #7

Closed fabltd closed 7 years ago

fabltd commented 7 years ago

Enabling the BOOT_LOAD_PIN_ENABLED option causes the device to be stuck in the bootloader.

mattairtech commented 7 years ago

The bootloader pin was the one pin I did not test. I renamed the function where it was defined, but forgot to change the name where it was called. Additionally, the polarity of reading the pin was reversed. It should work now.