Question
ITM data missing
Posted on September 18, 2013 at 21:21
Hello.
Could some one help to solve a problem with ITM on STM32? I try to use ITM to log data, but some data is missing every time, may be some buffer is overflowing I don't know. I also try different STM32 controllers and other computers, but it's not helped. I'm using st-linkV2 for debugging on IAR, and making for example such a code: while( 1 ) { static int j; ITM_EVENT32_WITH_PC( 0, j ); j++; } and activating logging in SWO configuration. Look on the result:http://i60.fastpic.ru/big/2013/0918/ae/507854e9795127e25da6a3332b5ed6ae.jpg