memory.x: Add comment on the reserved flash sector

master
linuswck 2024-01-16 15:27:43 +08:00
parent 285fc9b5d6
commit e355e83d28
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
MEMORY
{
/* The last flash sector is reserved for config */
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 896K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 112K - 4
/* reserved for DFU trigger message */