File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
hal/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_C029/TOOLCHAIN_ARM_STD Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
; Scatter-Loading Description File
2
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
- ; Copyright (c) 2014 , STMicroelectronics
3
+ ; Copyright (c) 2015 , STMicroelectronics
4
4
; All rights reserved.
5
5
;
6
6
; Redistribution and use in source and binary forms, with or without
27
27
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
29
29
30
- ; STM32F439ZI: 512 KB FLASH (0x80000 ) + 256 KB SRAM (0x30000 + 0x10000)
31
- LR_IROM1 0x08000000 0x80000 { ; load region size_region
30
+ ; 2 MB FLASH (0x200000 ) + 256 KB SRAM (0x30000 + 0x10000)
31
+ LR_IROM1 0x08000000 0x200000 { ; load region size_region
32
32
33
- ER_IROM1 0x08000000 0x80000 { ; load address = execution address
33
+ ER_IROM1 0x08000000 0x200000 { ; load address = execution address
34
34
*.o (RESET, +First)
35
35
*(InRoot$$Sections)
36
36
.ANY (+RO)
@@ -41,7 +41,7 @@ LR_IROM1 0x08000000 0x80000 { ; load region size_region
41
41
.ANY (+RW +ZI)
42
42
}
43
43
44
- RW_IRAM1 (0x10000000) (0x10000) { ; RW data
44
+ RW_IRAM2 (0x10000000) (0x10000) { ; RW data
45
45
.ANY (+RW +ZI)
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments