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