Question
How to view execution trace (adresses executed) from SWO/TRACESWO for STM32F4xx?
The SWO/TRACESWO with Instrumentation Trace Macro cell should be able to extract information about what instructions or addresses were executed.
However I still can't find the right tool to do it.
It would be enough for now to show the addresses the PC register went through (between two breakpoints for example). Even just counting the number of instructions or execute clock cycles would be helpful.
Which tool should I use for this? (linux preferably)
