• 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...
  • Fail to run RVDS v4.0 on RedHat Enterprise Linux 5.4
    Note: This was originally posted on 21st September 2009 at http://forums.arm.com I follow the offical rvds_install_guide to install RVDS v4.0 on RHEL x86 5.4, using both "Wizard" and "command line", the...
  • No display of printf() function in debug(printf) viewer
    Hi, I am working on ARM Cortex M4 with 'SWD' debugger. I have printf statements in my program but when executed there is no output displayed in the 'Debug viewer' I have tried selecting the components...
  • Code is getting executed before 'Run' in the debug mode
    Hi, I am working with ARM cortex M4 on Keil MDK. 1) As soon as I start debug session, the code is getting executed before I run by pressing F5. 2) Also, the program is kind of halted at while loop...
  • Why does the printf debug only print weird symbols?
    I am trying to debug a programm written by someone else using the printf debug function, but I only get weird symbols. Is it possible that the baudrate is not correct?