I'm using trace32 SNOOP.List, after recording a variable with snooper.state. However, in list I can only see data in hexadecimal format. Is there a way to see that data in other formats, like float32?
As far as I know: For memory there's only the option to display Hex, Decimal, Binary or Ascii, e.g.
SNOOPer.List Default %Binary Data %Decimal Data %Hex Data
If you have symbols loaded you can display the variables formatted as their type:
SNOOPer.List DEFault Var
And theres the option to draw them:
SNOOPer.DRAW.Var %DEFault <variable>