We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f3eeb commit c62a2beCopy full SHA for c62a2be
README.md
@@ -1,7 +1,9 @@
1
# Arduino Core for SAMD21 and SAMD51 CPU
2
3
-This is a bug in the SAMD51 silicon:
4
-- AREF must be tied to 3.3V for dac to work
+## Known Issues:
+* gcc optimizations must be off for sketches to work consistently. We are working to track this down.
5
+* board must be in bootloader mode to upload sketches. This is related to the above issue and hopefully will be fixed soon.
6
+* AREF must be tied to 3.3V for dac to work. This is a bug in the SAMD51 silicon.
7
8
This repository contains the source code and configuration files of the Arduino Core
9
for Atmel's SAMD21 and SAMD51 processor (used on the Arduino/Genuino Zero, MKR1000 and MKRZero boards).
0 commit comments