use correct samd51 startup

able to carry some usb transfer
This commit is contained in:
hathach
2018-11-20 12:44:29 +07:00
parent 5e65886fdd
commit 0b722a4766
7 changed files with 1719 additions and 3641 deletions

View File

@@ -1,5 +1,6 @@
<!DOCTYPE Board_Memory_Definition_File>
<root name="ATSAME51J19A">
<root name="ATSAMD51J19A">
<MemorySegment name="FLASH" start="0x00004000" size="0x0007C000" access="ReadOnly" />
<MemorySegment name="RAM" start="0x20000000" size="0x00030000" access="Read/Write" />
<MemorySegment name="RAM2" start="0x47000000" size="0x00002000" access="Read/Write" />
</root>

File diff suppressed because it is too large Load Diff