??? 09/08/05 14:19 Read: times |
#100814 - Got it to talk Responding to: ???'s previous message |
Andy, Grant,
I got the DK3420 USB_Demo Drive software at least talking to the host. It wasn't even talking before. I finally figured out the protocol and realized that it was the host doing all the talking. The DK3420 wasn't even acking the DATA0 packet. I dug in and started reading the data sheet and looking at the clock setup. It is incorrect for the DK3420 board in the software. As I received the software from ST it was setup for a 40meg crystal. My DK3420 board has a 24Meg crystal in it. I just uncommented the 24Meg option in UsbInitialize and commented out the 40Meg option. Look at the comments and you will see it, the PLL enable stuff. So the DK3420 software looks like it might work. Like I said it is at least talking to the host now:-). Kim |