acassis commented on issue #16774: URL: https://github.com/apache/nuttx/issues/16774#issuecomment-3124525585
I found my board here and had the chance to test and faced same issue as you. The issue is low in the low level communication, when I run dmesg I can see these error messages: ``` [13145.381498] usb 3-3: new full-speed USB device number 21 using xhci_hcd [13145.757675] usb 3-3: device descriptor read/64, error -71 [13146.237673] usb 3-3: device descriptor read/64, error -71 [13146.717492] usb 3-3: new full-speed USB device number 22 using xhci_hcd [13147.093653] usb 3-3: device descriptor read/64, error -71 [13147.573760] usb 3-3: device descriptor read/64, error -71 [13147.674707] usb usb3-port3: attempt power cycle [13148.053585] usb 3-3: new full-speed USB device number 23 using xhci_hcd [13148.053796] usb 3-3: Device not responding to setup address. [13148.258895] usb 3-3: Device not responding to setup address. [13148.466605] usb 3-3: device not accepting address 23, error -71 [13148.466818] usb 3-3: WARN: invalid context state for evaluate context command. [13148.845529] usb 3-3: new full-speed USB device number 24 using xhci_hcd [13148.845727] usb 3-3: Device not responding to setup address. [13149.050908] usb 3-3: Device not responding to setup address. [13149.258645] usb 3-3: device not accepting address 24, error -71 [13149.258821] usb 3-3: WARN: invalid context state for evaluate context command. [13149.258909] usb usb3-port3: unable to enumerate USB device ``` Maybe you issue with is specific from our boards because "Denis Tolstov" who contributed the usbmsc got it working on his board. BTW, my board is a WeAct MiniF4 V3.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org