??? 01/23/06 19:29 Read: times |
#108122 - VALIDATE_BUFFER Responding to: ???'s previous message |
Mehdi said:
I have tried your approach Tsuneo before
But i tried it again and i get the same result Do you happen to write the descriptor packets continuously without receiving Control IN interrupt? Supposed sequence is - Control OUT interrupt - Handle SetUp packet and confirm it as the device descriptor request - Write the first descriptor packet to the control IN buffer - Control IN interrupt - Write the second descriptor packet to the control IN buffer - Control IN interrupt - Write the last descriptor packet to the control IN buffer - Control OUT interrupt - Confirm host send empty DATA packet VALIDATE_BUFFER is necessary to finish writing buffer. Tsuneo |