|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
我现在是做一个ISP1763(USB HOST)的驱动程序,在手册中描述,寄存器PORTSC的port复位后后自动的enable port;原文如下:
a. Set Port Reset (bit 8), and write it to the PORTSC register (A0h).
b. Wait for 50 ms according to Universal Serial Bus Specification Rev. 2.0 for the root hub port.
c. Clear Port Reset (bit 8), and write it to the PORTSC register (A0h).
d. Read PORTSC (A0h) until the Port Reset bit is cleared by the hardware.
e. Ensure that Port Reset (bit 8) is 0, and that port is enabled (bit 2 is set).
就是其中的[e]中描述的【port is enabled】,但是我的驱动程序在port复位后,发现[port enable]
这一位没有被设置为1,就是说没有正确的enable;大家有遇见过类型的问题吗? |
|