Converting captured raw STM trace data to standard output

nRF Util

tags
nRF Util

You can output STM trace data directly to the console in real-time or from a file. This is useful for immediate analysis or when you want to pipe the output to other tools.

The following command outputs trace data from a file to standard output in ASCII format:

nrfutil trace stm --input-file stm_trace.bin --stdout ascii

You can also specify multiple output types separated by commas:

nrfutil trace stm --input-file stm_trace.bin --stdout ascii,binary,network