Hi, I am trying to start a trace debug session with no luck. I am using ULINK Pro, have set the core clock to 168MHz, Enabled ETM Trace, selected Sync Trace Port with 4-bit Data.
But uVision always says Trace: No Synchronization.
Any ideas?
Have you enabled the trace pins on the device?
Try out the preconfigured example for trace in your Keil installation: \Keil\ARM\Boards\Keil\MCBSTM32F400\Blinky_ULp
This examples has different targets for various trace configurations (see Abstract.txt).
Yes, the examples works.
I took the .ini file from the example project, and now it works for my project too.
Thanks!