diff Small_CPU/Src/startup_stm32f4xx.S @ 41:22864a24973b

Non functional change just to use same symbols as CPU1
author Ideenmodellierer
date Sun, 29 Jul 2018 16:45:37 +0200
parents 5f11787b4f42
children
line wrap: on
line diff
--- a/Small_CPU/Src/startup_stm32f4xx.S	Sun Jul 29 16:45:00 2018 +0200
+++ b/Small_CPU/Src/startup_stm32f4xx.S	Sun Jul 29 16:45:37 2018 +0200
@@ -185,7 +185,7 @@
  *      __data_start__/__data_end__: RAM address range that data should be
  *      copied to. Both must be aligned to 4 bytes boundary.  */
 
-    ldr    r1, =__etext
+    ldr    r1, =_sidata /*__etext*/
     ldr    r2, =__data_start__
     ldr    r3, =__data_end__