How do I configure ETM tracing on an stm32?
Hello, I am trying to use a segger jtrace pro debugger with an stm32303E-EVAL board through the ETM trace connector, however I am not seeing a signal on any of the trace pins including the trace clock when running my program. I've ensured I have continuity from the trace clock pin on the micro controller to the PE2 GPIO. When using the cortex-M Trace reference board included with the debugger I can see a clock signal on the scope. How can I configure ETM tracing on an stm32? Thanks.