I have my application running on a stm32f4 discovery board. I want to extract execution trace (particularly branching control flow) and also time stamped data trace. I have the following questions:
- stm32f4 discovery board does not have debug connectors. Can I still use J-Link or J-trace to extract trace information? Is there any other debugging tool that you would recommend to use with stm32f4 discovery boards?
- I want to feed the trace data onto an FPGA for monitoring. Can the trace data got from the debugger (Eg: J-trace) be fed to an FPGA board ?
Thank you for any help you can provide.