Skip to content

Commit f5fb485

Browse files
authored
Merge pull request #2967 from viquiram/master
Modify the flash size for Nucleo L073RZ.
2 parents c0c2563 + 1a91fc7 commit f5fb485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/device/TOOLCHAIN_ARM_MICRO/stm32l073xz.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2929

3030
; STM32L073RZ: 192KB FLASH (0x30000) + 20KB RAM (0x5000)
31-
LR_IROM1 0x08000000 0x10000 { ; load region size_region
31+
LR_IROM1 0x08000000 0x30000 { ; load region size_region
3232

3333
ER_IROM1 0x08000000 0x30000 { ; load address = execution address
3434
*.o (RESET, +First)

targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/device/TOOLCHAIN_ARM_STD/stm32l073xz.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2929

3030
; STM32L073RZ: 192KB FLASH (0x30000) + 20KB RAM (0x5000)
31-
LR_IROM1 0x08000000 0x10000 { ; load region size_region
31+
LR_IROM1 0x08000000 0x30000 { ; load region size_region
3232

3333
ER_IROM1 0x08000000 0x30000 { ; load address = execution address
3434
*.o (RESET, +First)

0 commit comments

Comments
 (0)