File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F410xB/device Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ LR_IROM1 0x08000000 0x20000 { ; load region size_region
36
36
.ANY (+RO)
37
37
}
38
38
39
- ; Total: 112 vectors = 448 bytes (0x1C0 ) to be reserved in RAM
40
- RW_IRAM1 (0x20000000+0x1C0 ) (0x8000-0x1C0 ) { ; RW data
39
+ ; Total: 114 vectors = 456 bytes (0x1C8 ) to be reserved in RAM
40
+ RW_IRAM1 (0x20000000+0x1C8 ) (0x8000-0x1C8 ) { ; RW data
41
41
.ANY (+RW +ZI)
42
42
}
43
43
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ LR_IROM1 0x08000000 0x20000 { ; load region size_region
36
36
.ANY (+RO)
37
37
}
38
38
39
- ; Total: 112 vectors = 448 bytes (0x1C0 ) to be reserved in RAM
40
- RW_IRAM1 (0x20000000+0x1C0 ) (0x8000-0x1C0 ) { ; RW data
39
+ ; Total: 114 vectors = 456 bytes (0x1C8 ) to be reserved in RAM
40
+ RW_IRAM1 (0x20000000+0x1C8 ) (0x8000-0x1C8 ) { ; RW data
41
41
.ANY (+RW +ZI)
42
42
}
43
43
You can’t perform that action at this time.
0 commit comments