• ISD51 with Infineon C868 and Conditional breakpoints?
    I'm trying to debug an program on Infineon C868 using ISD51. The program downloads OK, but when I run the Debug-> Go, I get the error: ISD51 cannot handle conditional breakpoints! Please remove all...
  • ISD51 problems
    1.I can't access PORT1,PORT2 from the debugger; 2.Can I use the "printf" function to send something to the serial window of the debugger?
  • Debug with ISD51
    Hello, I work with uPSD3234A and uVision V2.37. I want to use the debugger with serial port 2 UART 1 (beacause UART0 is RS485 interface). How to configure my program ? Thank
  • ISD51 software
    I just studies software debug using ISD51 through AT89C51SND1C's UART port.but now i have some questions. let me describe it. I write a simple main program in keil uvsion2 ICE(below), then add some...
  • ISD51 Wierdness
    This is breaking my brain, a bit at a time... Code like this works perfectly: void initSerialPorts(void){ EA=1;//enable interrupts ES0=1;//enable serial port interrupts SCON0= 0xD0;//put serial...