Hello, I will show you to use Trace32 to debug post-mortem SRAM dumps. So this first post is to show you how to open T32 in simulator mode:
1. go to c:\T32\ folder (or the default installation folder for Trace32)
2. Look for config.t32, edit it and it will show you something like this:
; Printer settings
PRINTER=WINDOWS
; Environment variables
OS=
ID=T32
TMP=c:\temp
SYS=C:\T32
PBI=USB
3. Make a copy of config.t32, rename it as config_sim.t32 and modify the file like this (PBI=SIM):
; Printer settings
PRINTER=WINDOWS
; Environment variables
OS=
ID=T32
TMP=c:\temp
SYS=C:\T32
PBI=SIM
4. Copy the shortcut you have to T32, rename it and make sure it calls:
C:\T32\t32marm.exe -c C:\T32\config_sim.t32
5. Double click on the shortcut you created in step 4.