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

@ -14,7 +14,6 @@ MEMORY
FLASH (rx) : ORIGIN = 0xF4000, LENGTH = 0xA000 /* 40 KB */
/** RAM Region for bootloader. */
/*RAM (rwx) : ORIGIN = 0x20003400, LENGTH = 0x20007F80-0x200034008 */
/* Avoid conflict with NOINIT for OTA bond sharing */
RAM (rwx) : ORIGIN = 0x20008000, LENGTH = 0x20040000-0x20008000

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>