Skip to content

Commit 78377cb

Browse files
committed
[fix] linker_scripts
1 parent 2604a1c commit 78377cb

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

projects/art_pi_blink_led/board/linker_scripts/STM32H750XBHx/link.lds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* Program Entry, set to mark it as "used" and avoid gc */
66
MEMORY
77
{
8-
ROM (rx) : ORIGIN =0x90000000,LENGTH =16384k
8+
ROM (rx) : ORIGIN =0x90000000,LENGTH =8192k
99
RAM (rw) : ORIGIN =0x24000000,LENGTH =512k
1010
}
1111
ENTRY(Reset_Handler)

projects/art_pi_blink_led/board/linker_scripts/STM32H750XBHx/link.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; *** Scatter-Loading Description File generated by uVision ***
33
; *************************************************************
44

5-
LR_IROM1 0x90000000 0x01000000 { ; load region size_region
6-
ER_IROM1 0x90000000 0x01000000 { ; load address = execution address
5+
LR_IROM1 0x90000000 0x00800000 { ; load region size_region
6+
ER_IROM1 0x90000000 0x00800000 { ; load address = execution address
77
*.o (RESET, +First)
88
*(InRoot$$Sections)
99
.ANY (+RO)

projects/art_pi_factory/board/linker_scripts/STM32H750XBHx/link.lds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* Program Entry, set to mark it as "used" and avoid gc */
66
MEMORY
77
{
8-
ROM (rx) : ORIGIN =0x90000000,LENGTH =16384k
8+
ROM (rx) : ORIGIN =0x90000000,LENGTH =8192k
99
RAM (rw) : ORIGIN =0x24000000,LENGTH =512k
1010
}
1111
ENTRY(Reset_Handler)

projects/art_pi_factory/board/linker_scripts/STM32H750XBHx/link.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; *** Scatter-Loading Description File generated by uVision ***
33
; *************************************************************
44

5-
LR_IROM1 0x90000000 0x01000000 { ; load region size_region
6-
ER_IROM1 0x90000000 0x01000000 { ; load address = execution address
5+
LR_IROM1 0x90000000 0x00800000 { ; load region size_region
6+
ER_IROM1 0x90000000 0x00800000 { ; load address = execution address
77
*.o (RESET, +First)
88
*(InRoot$$Sections)
99
.ANY (+RO)

projects/art_pi_wifi/board/linker_scripts/STM32H750XBHx/link.lds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* Program Entry, set to mark it as "used" and avoid gc */
66
MEMORY
77
{
8-
ROM (rx) : ORIGIN =0x90000000,LENGTH =16384k
8+
ROM (rx) : ORIGIN =0x90000000,LENGTH =8192k
99
RAM (rw) : ORIGIN =0x24000000,LENGTH =512k
1010
}
1111
ENTRY(Reset_Handler)

projects/art_pi_wifi/board/linker_scripts/STM32H750XBHx/link.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; *** Scatter-Loading Description File generated by uVision ***
33
; *************************************************************
44

5-
LR_IROM1 0x90000000 0x01000000 { ; load region size_region
6-
ER_IROM1 0x90000000 0x01000000 { ; load address = execution address
5+
LR_IROM1 0x90000000 0x00800000 { ; load region size_region
6+
ER_IROM1 0x90000000 0x00800000 { ; load address = execution address
77
*.o (RESET, +First)
88
*(InRoot$$Sections)
99
.ANY (+RO)

projects/industry_io_gateway/board/linker_scripts/STM32H750XBHx/link.lds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* Program Entry, set to mark it as "used" and avoid gc */
66
MEMORY
77
{
8-
ROM (rx) : ORIGIN =0x90000000,LENGTH =16384k
8+
ROM (rx) : ORIGIN =0x90000000,LENGTH =8192k
99
RAM (rw) : ORIGIN =0x24000000,LENGTH =512k
1010
RxDecripSection (rw) : ORIGIN =0x30040000,LENGTH =32k
1111
TxDecripSection (rw) : ORIGIN =0x30040060,LENGTH =32k

projects/industry_io_gateway/board/linker_scripts/STM32H750XBHx/link.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; *** Scatter-Loading Description File generated by uVision ***
33
; *************************************************************
44

5-
LR_IROM1 0x90000000 0x01000000 { ; load region size_region
6-
ER_IROM1 0x90000000 0x01000000 { ; load address = execution address
5+
LR_IROM1 0x90000000 0x00800000 { ; load region size_region
6+
ER_IROM1 0x90000000 0x00800000 { ; load address = execution address
77
*.o (RESET, +First)
88
*(InRoot$$Sections)
99
.ANY (+RO)

0 commit comments

Comments
 (0)