We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
C:\Keil\ARM\Boards\Keil\MCBSTM32E\STLIB_Blinky
---> STM32F10x_DBG.ini
I'm using this ini file and I'm happy that the debug window is now working.
But the Trace is still with Data overflow. I'm using this pdf www.arm.com/.../mcbstm32c_lab.pdf to configure my trace window.
But Im getting the Data Overflow error: screenshot s14.directupload.net/.../fcirpn92.jpg
regards jona
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.
I'm not inventing anything new. at start it shows Data overlfow , then after 5-10seconds it changes to HW buffer overrun.
Yes I noticed that information but If I check nothing (no trace informations) its the same.