• 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...
  • 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...
  • 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...
  • 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...