• ULINK-2: ITM trace
    Hello I'm trying to activate the traces over the ULINK2 adapter. I followed the instructions from www.keil.com/.../ulink2_trace_itm_viewer.htm I'm using an evaluation board: MCBSTM32E Each time...
  • ITM trace get from Cortex M4.
    Note: This was originally posted on 16th March 2012 at http://forums.arm.com Hello, I am currently simulating behavior of Cortex M4 for trace. Very simple write throuhg the ITM to get the data trace port...
  • Trace Cortex-M software with the Instrumentation Trace Macrocell (ITM)
    Selected Cortex-M processors include the instrumentation trace microcell (ITM) to help understand system behaviour. Although it can provide other types of trace, the ITM is commonly associated with printf...
  • How to set ITM Trace Buffer Size on STM32H7
    Hello, I'm trying to debug a continuous ADC signal. Unfortunately every few µs the Trace buffer overflows. This results in Steps inside the Logic analyzer. Is there a way to set it to a bigger size...
  • ITM debug issue with RTX
    Hi: I'm working on a LPC1768 board with MDK-4.11 and RTX-4.11, I sent some debug messages to Debug(printf) viewer window simply by ITM_SendChar(), it works well before I use RTX. but when I use...