T32: Default startup scripts for ARM Cortex-M3
This commit is contained in:
15
debuggers/t32/cmm/armm3/loadelf.cmm
Normal file
15
debuggers/t32/cmm/armm3/loadelf.cmm
Normal 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
|
||||
Reference in New Issue
Block a user