File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
feather_stm32f405_express Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
_minimum_stack_size = 2K;
18
18
_minimum_heap_size = 16K;
19
19
20
- /* Define tho top end of the stack. The stack is full descending so begins just
20
+ /* Define the top end of the stack. The stack is full descending so begins just
21
21
above last byte of RAM. Note that EABI requires the stack to be 8-byte
22
22
aligned for a call. */
23
23
_estack = ORIGIN (RAM) + LENGTH (RAM);
@@ -105,4 +105,3 @@ SECTIONS
105
105
.ARM.attributes 0 : { *(.ARM.attributes) }
106
106
}
107
107
108
-
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ MCU_SUB_VARIANT = stm32f405xx
15
15
MCU_PACKAGE = 64
16
16
CMSIS_MCU = STM32F405xx
17
17
18
- LD_FS = boards/STM32F405_fs.ld # Default to internal FS
18
+ # Default includes filesystem, but uses external flash
19
+ LD_FS = boards/STM32F405_fs.ld
19
20
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
20
21
UF2_OFFSET = 0x8010000
21
22
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ MCU_VARIANT = stm32f4
12
12
MCU_SUB_VARIANT = stm32f405xx
13
13
MCU_PACKAGE = 64
14
14
CMSIS_MCU = STM32F405xx
15
- LD_FILE = boards/STM32F405 .ld
15
+ LD_FILE = boards/STM32F405_fs .ld
16
16
You can’t perform that action at this time.
0 commit comments