Posted on May 17, 2011 at 11:53 Hello, you are a professional, aren't you? The supplied sources describe the USB-interface well and sufficient. They work - once the hardware does. This problem has been solved; see elsewhere in this fo...
Posted on May 17, 2011 at 11:53Using the PSDsoft Express (v7.70) it looks as if the PLD is reconfigured with every Flash update also. On the other hand I understand, PLD can be reprogramed less often than Flash memory. Is there a way to keep the PLD...
Posted on May 17, 2011 at 11:53 UsbInitialize() in upsd_usb.c shows UCON0 = uTX0E | uRX0E | 8 and in the following line UCON0 = uRX0E | 8 does this make sense? maybe the cause of my problem? i can't compile the USB-demo with the KEI...
Posted on May 17, 2011 at 11:53how about STARTUP1: ... MOV A,#0 ; instead of MOV A,0 ? MOV DDCCON,A MOV S1CON,A Don't DDCCON and S1CON reset to 0x00 anyway?