• Eval. DScope, what tricks to getting Serial 1 to work?
    I can only get 0x0D to show up in my serial window. I can see the UART ISR get vectored to when I send and receive and the received char seems to be what I type. I just don't see any text from my message...
  • Eval. DScope, what tricks to getting Serial 1 to work?
    I can only get 0x0D to show up in my serial window. I can see the UART ISR get vectored to when I send and receive and the received char seems to be what I type. I just don't see any text from my message...
  • 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); } } ...