I am debugging a chip with trace32 .
I true to visualize many variables at the same plot.
When I do Trace.Draw.Var %HEX Variable1 Variable2 Variable3 /Steps
Note that above, I have used variable values of equal to 1 , 2 and 3 to make this look better, but its still not good enough.
I would prefer sth like subplot of Matlab, where one variable appears on top of the other, eg
How would that be possible in trace32?