• Interrupts with internal and external code
    I set the compiler to save the PSW and put it into source mode (4 byte frame) instead of binary. Now when I load my program into the dscope it has the correct ljmp instructions to my ISR's. I created...
  • need source code for the serial port to control in mcu
    i wanted to control a devices like fan or light, using mcu and the signal will be receive by the mcu came from the pc ,in the serial port.......but i dont know how to prog it for serial port to detect...
  • view source in DScope?
    Is there a way to view the actual source code when debugging with DScope? I can select "View HLL", "View Assembly" and "View mixed", but they all look the same (assembly codes, with no symbols and no...
  • program source text in the debugger
    I've been unsuccessful in making the program source text appear in the dScope debugger window. It gives me only the assembly version of my application program. I've checked out the 'Commands' menu in...
  • monitoring the external UART
    Does anyone know how to monitor the external UART receive pin? thanks