dgxu
驱动牛犊
驱动牛犊
  • 注册日期2001-03-30
  • 最后登录2004-05-31
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:2259回复:3

Enumerration Failed ?

楼主#
更多 发布于:2001-05-16 18:58
<font color = "RED">
I met problems with USBN9602. After the device is attached,  I send all the register values to my pc through RS-232, and I found that I've received a SETUP packet. Then I send the data of the SETUP packet( 8 bytes ) to pc, the bus enumerrate like this:
1.80 06 00 01 00 00 40 00 => GET_DESCRIPTOR_DEVICE
2.00 05 02 00 00 00 00 00 => SET_ADDRESS
3.80 06 00 01 00 00 12 00 => GET_DESCRIPTOR_DEVICE
4.80 06 00 02 00 00 FF 00 => GET_DESCRIPTOR_CONFIGURATION
and the process repeats <b>three times</b>.
I use USBVIEW to check the device, found that only device descriptor is got, without configuration descriptor, and address remains default( 0 ).
Is there anyone knowing about this? It will be appreciated that you contact me.<br>
<a href = "mailto:dgxu@263.net"><font color = "BLUE">E-mail to me:dgxu@263.net</font></a>
</font>

最新喜欢:

Jkw_DevJkw_De...
rayyang2000
管理员
管理员
  • 注册日期2001-03-23
  • 最后登录2012-09-13
  • 粉丝3
  • 关注0
  • 积分1036分
  • 威望925点
  • 贡献值3点
  • 好评度823点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2001-05-17 20:36
你的firmware里面没有其他的几个表,或者没有处理这几个命令.
天天coding-debugging中----超稀饭memory dump file ======================================================== [b]Windows Device Driver Development and Consulting Service[/b] [color=blue][url]http://www.ybwork.com[/url][/color] ========================================================
dgxu
驱动牛犊
驱动牛犊
  • 注册日期2001-03-30
  • 最后登录2004-05-31
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2001-05-18 10:29
问题解决了,多谢.
这是由于firmware里的configuration descriptor的长度域与其实际长度不符所致
rayyang2000
管理员
管理员
  • 注册日期2001-03-23
  • 最后登录2012-09-13
  • 粉丝3
  • 关注0
  • 积分1036分
  • 威望925点
  • 贡献值3点
  • 好评度823点
  • 原创分0分
  • 专家分0分
地板#
发布于:2001-05-18 13:04
This is a reason.
天天coding-debugging中----超稀饭memory dump file ======================================================== [b]Windows Device Driver Development and Consulting Service[/b] [color=blue][url]http://www.ybwork.com[/url][/color] ========================================================
游客

返回顶部