I can't get trace to work with ULINK Pro and the STM32F207. The debugger connects and I enable the TPIU with a debugger macro but I get nothing in the trace output and no green squares.
The exact same setup works on a STM32F103.
Has anyone gotten this to work on a STM32F207 or any 2xx?
Thanks, Andrew
Trace with ULINKpro works on STM32F2xx.
Take a look at the preconfigured example for ST eval board in MDK-ARM installation: \Keil\ARM\Boards\ST\STM3220F-EVAL\Blinky_ULp
It includes proper trace configuration for STM32F2xx (different than for STM32F103) and demonstrates trace features.
Fantastic, thanks so much Robert.
I was missing the configuration of port E in my ini file. The example you pointed me to fixed it.
Andrew