File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
{
13
13
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K
14
14
FLASH_ISR (rx) : ORIGIN = 0x08000000, LENGTH = 128K /* sector 0, 128K */
15
- FLASH_FS (r) : ORIGIN = 0x08020000, LENGTH = 128K /* sector 1, 128K */
16
- FLASH_FIRMWARE (rx) : ORIGIN = 0x08040000 , LENGTH = 1792K /* sectors 6 *128 + 8*128 */
15
+ FLASH_FS (r) : ORIGIN = 0x08020000, LENGTH = 384K /* sector 1-3 , 128K */
16
+ FLASH_FIRMWARE (rx) : ORIGIN = 0x08080000 , LENGTH = 1536K /* sectors 4 *128 + 8*128 */
17
17
DTCM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
18
18
RAM (xrw) : ORIGIN = 0x24000000, LENGTH = 512K /* AXI SRAM */
19
19
SRAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288K /* AHB1 SRAM */
Original file line number Diff line number Diff line change 83
83
84
84
#ifdef STM32H743xx
85
85
#define STM32_FLASH_SIZE 0x200000 //2MB
86
- #define INTERNAL_FLASH_FILESYSTEM_SIZE 0x20000 //128KiB
86
+ #define INTERNAL_FLASH_FILESYSTEM_SIZE 0x60000 //384KiB
87
87
#define INTERNAL_FLASH_FILESYSTEM_START_ADDR 0x08020000
88
88
#endif
89
89
You can’t perform that action at this time.
0 commit comments