• dscope problems
    When using dscope I'm getting strange occurrences in the serial window My code is: #include <stdio.h> main() { char c; while ((c = _getkey()) !=0x1B){ printf ("key = %c\n",c); } } ...
  • Dscope Crashing
    Either my Target or Dscope is crashing after I have sent a few printf commands to the serial window (I am using MON515.HEX on my target). If I single step through the program every thing seems fine, but...
  • dscope problems
    When using dscope I'm getting strange occurrences in the serial window My code is: #include <stdio.h> main() { char c; while ((c = _getkey()) !=0x1B){ printf ("key = %c\n",c); } } ...
  • Dscope Crashing
    Either my Target or Dscope is crashing after I have sent a few printf commands to the serial window (I am using MON515.HEX on my target). If I single step through the program every thing seems fine, but...
  • what is dscope
    i wanted to know more about dcope and how it can be used and with which processors,also let me know that this software comes with which kit from keil.