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

Keil Ulink2 + MCBSTM32 EXL ..Trace: No Synch

Hi,
I'm running the MCBSTM32E Measure Example located in Boards\Keil\MCBSTM32E.
The app is running well. But if I want to trace it with my Ulink2 It says Trace: No snychronization.

How I have to configure the Trace windows right?
On the Debug I have choosen
SWJ checked
Port: SW
Max Clock: 1Mhz

On Trace:
screenshot: s7.directupload.net/.../2dfmkdfs.jpg

I want to trace all exceptions, systick interrupts etc.

The project contains also a retarget file. I want to use the integrated serial viewer of the keil debugger (usart#2) because I dont want to use a serial terminal.

What I'm doing wrong? Do I have to modify something?
Optimization level is set to 0

regards
jonathan

Parents
  • Why invent own terms like "Data overflow", when the message on the display talks about an owerflow of a hardware trace buffer?

    Remember that your linked document have texts like "It is important with all Serial Wire Viewer configurations to choose as few signals as possible. The single wire SWO pin is
    easily overloaded.", "TIP: SWV is easily overloaded as indicated by
    an “x” in the OVF or Dly column." etc.

Reply
  • Why invent own terms like "Data overflow", when the message on the display talks about an owerflow of a hardware trace buffer?

    Remember that your linked document have texts like "It is important with all Serial Wire Viewer configurations to choose as few signals as possible. The single wire SWO pin is
    easily overloaded.", "TIP: SWV is easily overloaded as indicated by
    an “x” in the OVF or Dly column." etc.

Children