Page 1 of 1

how to decide M483 HSUSB descriptors

Posted: 04 Aug 2019, 19:38
by kine001
Hi,

we use M843SIDAE as for a usb 2.0 device, the initialize of clock and register etc are correct, but when communicate with host, the error occurred:

" usb 1-6: device descriptor read/64, error -71
usb 1-6: device not responding to setup address
usb 1-6: device not accepting address 7, error -71"

and the example in the bsp and independently examples are all for M487JIDAE,
i can't decide whether the usb descriptors parameters such as "idProduct" in the examples could be used for M483SIDAE?
And if so, which parameter(s) or setting(s) cause the error?

could anyone help me?
Thanks very much.

Re: how to decide M483 HSUSB descriptors

Posted: 06 Aug 2019, 14:26
by Dylan Hsieh
Hi,

The examples in the M480 BSP are suitable for all the part of M480 series.
Could you please download the simplest example such likes "HSUSBD_HID_Mouse" in the M480 BSP first to check the haredware which you used is work.

Thanks

Re: how to decide M483 HSUSB descriptors

Posted: 09 Aug 2019, 17:05
by kine001
ok, i‘ll try it, thanks.