Skip to content

Commit c62a2be

Browse files
authored
Update README.md
1 parent 45f3eeb commit c62a2be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Arduino Core for SAMD21 and SAMD51 CPU
22

3-
This is a bug in the SAMD51 silicon:
4-
- AREF must be tied to 3.3V for dac to work
3+
## Known Issues:
4+
* 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.
57

68
This repository contains the source code and configuration files of the Arduino Core
79
for Atmel's SAMD21 and SAMD51 processor (used on the Arduino/Genuino Zero, MKR1000 and MKRZero boards).

0 commit comments

Comments
 (0)