• where is dscope?
    Can anyone tell me where to download the evaluation copy of dscope? or maybe i doesn't exist at all?
  • 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); } } ...
  • 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.
  • 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...
  • Viewing the Source code Size
    Hi there, Iam using Keil uVision3 IDE with the GNU compiler. Iam unable to see the Code ,RO data, RW data and ZI data sizes when I compile the code. Please suggest me a method to view the Code ...