T32 Simulator: Basic Instruction set sim for ARMM3
The T32 can simulate bare instruction sets without periphery. For the Cortex-M3 we have complete NVIC model including Systick Timer. Currently a simple CiAO can run on the simulator. TODO: - Let memlogger log all memory accesses. - Interact with FailT32 for a complete simulation/FI
This commit is contained in:
15
scripts/t32cmm/armm3/loadelf.cmm
Normal file
15
scripts/t32cmm/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