2020-04-17 11:51:00 +02:00
|
|
|
set pagination off
|
2018-10-18 19:14:44 +03:00
|
|
|
target remote :3333
|
|
|
|
|
|
|
|
|
|
mon reset halt
|
2023-05-29 17:43:21 -04:00
|
|
|
maintenance flush register-cache
|
2018-10-18 19:14:44 +03:00
|
|
|
|
|
|
|
|
b app_main
|
|
|
|
|
commands
|
2020-03-16 19:06:47 +03:00
|
|
|
mon esp sysview start file:///tmp/sysview_example.svdat
|
2018-10-18 19:14:44 +03:00
|
|
|
# For dual-core mode uncomment the line below and comment the line above
|
2020-03-16 19:06:47 +03:00
|
|
|
# mon esp sysview start file:///tmp/sysview_example0.svdat file:///tmp/sysview_example1.svdat
|
2018-10-18 19:14:44 +03:00
|
|
|
c
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
c
|