发布于1年前
我在RT1052系统上移植也是同样的问题,RT-thread看来只能测一测硬件的好坏,真的要能稳定运行不丢包看来是指望不上了。
前进了一小步
USB_HostEhciTaskFunction()中if (USB_HostAttachDevice(ehciInstance->hostHandle, ehciInstance->firstDeviceSpeed, 0, 0, 1, &deviceHandle) == kStatus_USB_Success) { ehciInstance->deviceAttached = kEHCIDeviceAttached; }
USB_HostEhciTaskFunction()中
if (USB_HostAttachDevice(ehciInstance->hostHandle, ehciInstance->firstDeviceSpeed, 0, 0, 1,
&deviceHandle) == kStatus_USB_Success)
{
ehciInstance->deviceAttached = kEHCIDeviceAttached;
}
传递到usb1_host_callback()中的event_code根本就是不在_usb_host_event列表中!
回到 顶部
发布 问题
投诉 建议
问 RT-Thread Studio上lwip移植,ping间隔性超时