Cortex Challenge Team / mbed-src

Dependents:   STM32F031_blink_LED_1

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
krepemar
Date:
Sun Apr 26 19:47:53 2015 +0000
Parent:
515:7467ef1f4ad8
Child:
517:6c5577a92c2b
Commit message:
LED blinking with small microcontroller

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/TOOLCHAIN_ARM_MICRO/startup_stm32f030x8.s Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/TOOLCHAIN_ARM_MICRO/startup_stm32f030x8.s	Fri Apr 17 08:45:07 2015 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/TOOLCHAIN_ARM_MICRO/startup_stm32f030x8.s	Sun Apr 26 19:47:53 2015 +0000
@@ -39,7 +39,7 @@
                 EXPORT  __initial_sp
                 
 Stack_Mem       SPACE   Stack_Size
-__initial_sp    EQU     0x20002000 ; Top of RAM (8 KB for STM32F030R8)
+__initial_sp    EQU     0x20001000 ; Top of RAM (8 KB for STM32F030R8)
 
 
 ; <h> Heap Configuration