Skip to content

Commit 1a91fc7

Browse files
authored
Update stm32l073xz.sct
Modify the flash size for Nucleo L073RZ.
1 parent 142aa09 commit 1a91fc7

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/device/TOOLCHAIN_ARM_STD

1 file changed

+1
-1
lines changed

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)