ARM-software / CSAL

Coresight Access Library
Other
107 stars 42 forks source link

Tool for visualizing the traced debug data from the ETB. #20

Open HokageM opened 3 months ago

HokageM commented 3 months ago

Can you recommend a tool for visualizing the traced debug data from the ETB?

algrant-arm commented 3 months ago

If you mean turn trace data into a trace of instructions, then right now, your best options might be:

It depends what you're after. ETM is very complex to decode, but ITM (Cortex-M instrumentation trace) is much simpler.