Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper-writer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'STM32/STM32F103ZETX_FLASH.ld')
-rw-r--r--STM32/STM32F103ZETX_FLASH.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/STM32/STM32F103ZETX_FLASH.ld b/STM32/STM32F103ZETX_FLASH.ld
index 71d1695..ac26c95 100644
--- a/STM32/STM32F103ZETX_FLASH.ld
+++ b/STM32/STM32F103ZETX_FLASH.ld
@@ -37,7 +37,7 @@ _Min_Stack_Size = 0x400 ; /* required amount of stack */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
- FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 512K
+ FLASH (rx) : ORIGIN = 0x08040000, LENGTH = 192K
}
/* Sections */