2013-08-10 02:28 PM
I have tried to use serial wire viewer capability in St Link utility. See attached file for source code. This simple code emits sequence ''012345689'' of char but seems the ST-Link 2 is loosing the sync with the output stream. Can anybody comment this ? Probably bug inside ST Link firmware ?
#swv-st-link/v2 #st-link-utility2013-08-11 03:24 PM
Either that or with the viewer implementation, or drivers?
So what firmware is this with, and what adapter? Is this a stand-alone ST-Link or on one of the Discovery series boards? Does running at higher speeds impact this?2013-08-12 01:30 AM
Taken from the UM0892 User Manual STM32 ST-LINK Utility software description.
2013-08-12 07:20 AM
V16 and Keil seems to have the occasional drop. Not sure it's designed to be a high bandwidth connection, just periodic debug/telemetry
2013-08-13 01:24 PM
We have tried in
http://sourceforge.net/projects/codeblockeps-ni/?source=directory
where is possibility to adjust SWO baud rate but this drop also persist. Tested with STM32F4 DISCOVERY firmware V2.J17.S0. The SWO baud rate was decreased to 19200 bps which significantly low.2013-08-13 02:08 PM
STM32F2 @ 120 MHz w/ULINK2 also periodically lossy
2013-10-10 02:41 AM
Another case is when one wants to use wprintf to output UNICODE wchar_t type characters for example chinese text. Single byte loss corrupts the whole stream until next ITM SYNC packet. So the mentioned ST-LINK, ULINK2 are for this case totally unusable ? Any other product ?