T32: Default startup scripts for ARM Cortex-M3

This commit is contained in:
Martin Hoffmann
2013-02-28 13:03:36 +01:00
parent 31f4117e4b
commit 5481cbfd39
8 changed files with 250 additions and 0 deletions

View File

@ -0,0 +1,15 @@
;========================================================================
; Flash programming example
FLASH.ReProgram ALL /Erase
Data.LOAD.elf &appimage /GNU /CPP /GLOBTYPES
FLASH.ReProgram off
; Verify flash programming
Data.LOAD.ELF &appimage /ComPare
; Reset device
SYStem.Down
SYStem.Up
Symbol.Demangle ON ON