Forum Discussion
Altera_Forum
Honored Contributor
12 years agoDE2 115 : Trying to send/receive usb bulk data from ISP1362 to FTDI 232H chip
Hi everyone, I'm trying to use the isp 1362(host mode) with nios2 to communicate with a FTDI 232H chip (bulk transfer mode supported only). Everything is fine, i can get the descriptor of th...
Altera_Forum
Honored Contributor
12 years agoHi,
Here are few comments from my side: (1) You seems to have performed SET ADDRESS request. This is different from SET CONFIGURATION request. As per my knowledge, host should access endpoints other than default control endpoint only after configuring device using SET CONFIGURATION. Anyway, in general basically atleast following requests are performed ( you might be able to find this in the example which you are using) :- GET DEVICE DESCRIPTOR with 0x8 bytes ( @ default address )
- SET ADDRESS ( @ default address )
- GET DEVICE DESCRIPTOR with 0x12 bytes
- GET CONFIGURATION DESCRIPTOR with 0x9 bytes
- GET CONFIGURATION DESCRIPTOR with full configuration descriptor length
- SET CONFIGURATION