• Display error while debugging remotely an OpenCV code
    I am trying to use DS-5 debugger to debug remotely an OpenCV code, that simply reads and displays an image. The target platform is Hardkernel ODROID-XU4 SBC running on Ubuntu 18.04, and the host is a...
  • Cortex M3 ITM trace
    Note: This was originally posted on 18th March 2010 at http://forums.arm.com Do I miss something or there is no way to implement interrupt driven debug trace on Cortex M3? I know that the SWO interface...
  • 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...
  • 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...
  • 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...