Update stm32l073xz.sct

Modify the flash size for Nucleo L073RZ.
pull/2967/head
viquiram 2016-10-10 09:56:47 +02:00 committed by GitHub
parent 142aa09286
commit 1a91fc7abf
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; STM32L073RZ: 192KB FLASH (0x30000) + 20KB RAM (0x5000)
LR_IROM1 0x08000000 0x10000 { ; load region size_region
LR_IROM1 0x08000000 0x30000 { ; load region size_region
ER_IROM1 0x08000000 0x30000 { ; load address = execution address
*.o (RESET, +First)