This commit is contained in:
hathach
2018-08-14 17:20:06 +07:00
parent 85ad6e6b65
commit 600925740f
3 changed files with 2 additions and 2 deletions

View File

@ -94,6 +94,7 @@
</folder>
<file file_name="../dfu_init.c" />
<file file_name="../flash.c" />
<file file_name="../boards.c" />
</folder>
<configuration Name="Debug Single" gcc_optimization_level="Debug" />
<configuration

View File

@ -6,6 +6,6 @@
<MemorySegment name="MBR_PARAMS_PAGE" start="0x000FE000" size="0x1000" access="ReadOnly" />
<MemorySegment name="UICR_BOOTLOADER" start="0x10001014" size="0x04" access="ReadOnly" />
<MemorySegment name="UICR_MBR_PARAM_PAGE" start="0x10001018" size="0x04" access="ReadOnly" />
<MemorySegment name="RAM" start="0x20004000" size="0x3C000" access="Read/Write" />
<MemorySegment name="RAM" start="0x20008000" size="0x38000" access="Read/Write" />
<MemorySegment name="NOINIT" start="0x20007F80" size="0x80" access="Read/Write" />
</root>