diff examples/c3/startup_stm32f4.asm @ 334:6f4753202b9a

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents
children d1ecc493384e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/c3/startup_stm32f4.asm	Thu Feb 13 22:02:08 2014 +0100
@@ -0,0 +1,6 @@
+
+
+DCD 0x20000678  ; Setup stack pointer
+DCD 0x08000009  ; Reset vector, jump to address 8
+B main          ; Branch to main (this is actually in the interrupt vector)
+