This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
目前TI有一些关于USB3.0的transceiver,由于这些transceiver必须和FPGA搭配使用,TI已经和第三方公司合作开发了关于USB3.0的demo board,使用TI的transceiver和第三方公司的FPGA。您可以联系下第三方公司:
www.plda.com
www.slscorp.com
关于USB 3.0的应用,目前TI的产品覆盖很全:
xHCI USB 3.0 Host Controller: TUSB7320、TUSB7340 //PCI-e ->USB 3.0
USB3.0 Hub: TUSB8040A //1:4 USB3.0 Hub
USB3.0 to SATA Bridge: TUSB9261
USB3.0 Redriver: SN65LVC502/502A
USB3.0 PHY : TUSB1310
TUSB7340出现的问题
我们用USB3.0 U盘进行文件拷入拷出测试时,有时能拷贝文件,有时不能,且驱动快速不停打印如下信息:
xhci_hcd 0000:01:00.0: WARN: transfer error on endpoint
usb 4-3: reset SuperSpeed USB device number 2 using xhci_hcd
xhci_hcd 0000:01:00.0: WARN: short transfer on control ep
xhci_hcd 0000:01:00.0: xHCI xhci_drop_endpoint called with disabled ep d6ab7120
xhci_hcd 0000:01:00.0: xHCI xhci_drop_endpoint called with disabled ep d6ab714c
跟踪transfer error on endpoint错误,发现是由USB3.0主控器回报的USB transaction error类型错误导致的,3.0规范写到USB transaction error可能由DPP error或者transaction timeout引起,USB 3.0规定,transaction timeout引起的USB transaction error,usb3.0主控器应halt相应ep,ep回应stall信息,主控器回报stall事件,从测试结果看,并没有监控到stall事件,而是不断复位设备。对主控器上电顺序涉及的信号进行了测量,符合上电顺序要求。
无法断定USB transaction error是由dpp error引起的,该如何解决?
您好,向您请教TUSB7340问题。
我们用USB3.0 U盘进行文件拷入拷出测试时,有时能拷贝文件,有时不能,且驱动快速不停打印如下信息:
xhci_hcd 0000:01:00.0: WARN: transfer error on endpoint
usb 4-3: reset SuperSpeed USB device number 2 using xhci_hcd
xhci_hcd 0000:01:00.0: WARN: short transfer on control ep
xhci_hcd 0000:01:00.0: xHCI xhci_drop_endpoint called with disabled ep d6ab7120
xhci_hcd 0000:01:00.0: xHCI xhci_drop_endpoint called with disabled ep d6ab714c
跟踪transfer error on endpoint错误,发现是由USB3.0主控器回报的USB transaction error类型错误导致的,3.0规范写到USB transaction error可能由DPP error或者transaction timeout引起,USB 3.0规定,transaction timeout引起的USB transaction error,usb3.0主控器应halt相应ep,ep回应stall信息,主控器回报stall事件,从测试结果看,并没有监控到stall事件,而是不断复位设备。对主控器上电顺序涉及的信号进行了测量,符合上电顺序要求。
无法断定USB transaction error是由dpp error引起的,该如何解决?