??? 01/15/06 14:43 Read: times |
#107428 - USB Design By Example Responding to: ???'s previous message |
Joseph said:
USB Design By Example (a very good book that I recommend if you plan to do much with USB), Salaaaaaam Joseph Thanks for your response I have USB complete: everything you need to developcustom USB by Jan Exelson ISBN 964-8022-03-8 Here it is only book about USB your device should not send the ACK packet for this request. Your device should respond directly to the request with the Device Descriptor and the PC Host should then send the ACK. Dear Joseph, According to the Firmware Programming Guide of D12 After token setup packet is received these steps must be done SELECT_CONTROL_OUT_ENDPOINT SAVE_BUFFER_TO_MEMORY CLEAR_BUFFER IF_REQUEST_IS_VALID then ACKNOWLEDGE_SETUP SELECT_CONTROL_IN_ENDPOINT ACKNOWLEDGE_SETUP else SEND_STALL Thanks and waiting for your reply Mehdi |