Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: STM32F031_blink_LED_1
Fork of mbed-src by
Revision 516:6c8ef6a0ff9a, committed 2015-04-26
- 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
