mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-24 05:42:57 +08:00
6 lines
252 B
XML
6 lines
252 B
XML
|
<!DOCTYPE Board_Memory_Definition_File>
|
||
|
<root name="nRF52840_xxAA">
|
||
|
<MemorySegment name="FLASH" start="0x00000000" size="0x00100000" access="ReadOnly" />
|
||
|
<MemorySegment name="RAM" start="0x20000000" size="0x00040000" access="Read/Write" />
|
||
|
</root>
|