This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ULINK Pro trace on STM32F207 doesn't work

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

Parents
  • 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.

Reply
  • 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.

Children