comparison 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
comparison
equal deleted inserted replaced
40:da86a7adc4fa 41:22864a24973b
183 * linker script. 183 * linker script.
184 * __etext: End of code section, i.e., begin of data sections to copy from. 184 * __etext: End of code section, i.e., begin of data sections to copy from.
185 * __data_start__/__data_end__: RAM address range that data should be 185 * __data_start__/__data_end__: RAM address range that data should be
186 * copied to. Both must be aligned to 4 bytes boundary. */ 186 * copied to. Both must be aligned to 4 bytes boundary. */
187 187
188 ldr r1, =__etext 188 ldr r1, =_sidata /*__etext*/
189 ldr r2, =__data_start__ 189 ldr r2, =__data_start__
190 ldr r3, =__data_end__ 190 ldr r3, =__data_end__
191 191
192 #if 1 192 #if 1
193 /* Here are two copies of loop implemenations. First one favors code size 193 /* Here are two copies of loop implemenations. First one favors code size