Altera_Forum
Honored Contributor
12 years agoAlmost Working: USB ISP1362 DE2-115 without NIOS II
I think I'm almost done with this damn thing. I think I can see the light at the end of the tunnel. I'm sure it's just another freight train, though.
So, I've interfaced with the ISP1362. I have set the configuration registers, EP setup, etc. Here's a transaction of events: Setup (CFG Registers, hardware, mode, all 16 EPs, interrupts) Interrupt: Bus Reset Detected Configure all 16 EPs Interrupt: EP0 OUT Status: Full, contains Setup Token Read Buffer, contains: "get descriptor" Load IN Buffer with "descriptor", Validate Interrupt: EP0 IN EP IN Status: Empty Interrupt: EP0 OUT Status: Full - No Setup Read Buffer: contains zero lenth packet. Interrupt: Bus Reset detected Where am I going wrong? I've read the USB 2.0 specification and can't find any information on this behavior. I should receive other setup packets/requests and I don't.