2018-12-12 20:38:23 +03:00
|
|
|
target remote :3333
|
|
|
|
|
|
|
|
|
|
mon reset halt
|
2023-05-29 17:43:21 -04:00
|
|
|
maintenance flush register-cache
|
2018-12-12 20:38:23 +03:00
|
|
|
|
|
|
|
|
b heap_trace_start
|
|
|
|
|
commands
|
|
|
|
|
clear heap_trace_start
|
2024-11-20 14:35:43 +01:00
|
|
|
mon esp sysview start file://heap_log0.svdat file://heap_log1.svdat
|
2018-12-12 20:38:23 +03:00
|
|
|
c
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
b heap_trace_stop
|
|
|
|
|
commands
|
|
|
|
|
clear heap_trace_stop
|
2024-11-20 14:35:43 +01:00
|
|
|
mon esp sysview stop
|
2018-12-12 20:38:23 +03:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
c
|