summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/ostest/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/ostest/ld.script')
-rwxr-xr-xnuttx/configs/stm3210e-eval/ostest/ld.script5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/stm3210e-eval/ostest/ld.script b/nuttx/configs/stm3210e-eval/ostest/ld.script
index 59a673c04..fd0014c20 100755
--- a/nuttx/configs/stm3210e-eval/ostest/ld.script
+++ b/nuttx/configs/stm3210e-eval/ostest/ld.script
@@ -33,11 +33,12 @@
*
****************************************************************************/
-/* The STM32F103Z has S56Kb of FLASH beginning at address 0x0000:0000 */
+/* The STM32F103ZET6 has 512Kb of FLASH beginning at address 0x0800:0000 and
+ * 64Kb of FLASH beginning at 0x2000:0000*/
MEMORY
{
- flash (rx) : ORIGIN = 0x00000000, LENGTH = 256K
+ flash (rx) : ORIGIN = 0x08000000, LENGTH = 256K
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
}