memory.x: Add comment on the reserved flash sector
This commit is contained in:
parent
285fc9b5d6
commit
e355e83d28
1
memory.x
1
memory.x
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
|
/* The last flash sector is reserved for config */
|
||||||
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 896K
|
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 896K
|
||||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 112K - 4
|
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 112K - 4
|
||||||
/* reserved for DFU trigger message */
|
/* reserved for DFU trigger message */
|
||||||
|
|
Loading…
Reference in New Issue