• printf ITM with RTX RTOS
    Hello all, I am having an issue with using the 'Debug (printf) Window' to display debugging messages as the code runs. Upon startup I print simple initialization messages using the printf function...
  • ITM-DEbugging with NXP LPC1768
    Hi guys, First of all, I'm using a LPC1768 development board in combination with a JLink Debugger which supports ITM-Debugging over printf. I'm using Keil MDK 4.10. Using a direct call of ITM_SendChar...
  • Stderr - ITM - SWO
    I begin with Keil and STM32 and try to understand the logic and rules. I'm thinking about getting an error and debug messages to the SWO. I found in Manage Run Time Enviroment , Complielr STDERR with...
  • STM32 and ITM Viewer
    I'am using the STM32 and tried to use the ITM-Viewer. At the Keil documentation "Using the ITM Viewer" is a code example of the fputc() function. int fputc(int ch, FILE *f) { if (DEMCR & TRCENA...
  • 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...