阅读:1315回复:2
读USBN9603.PDF有感
我还没有真正涉及到USB开发,现在处于初步了解阶段,所以难免有一些幼稚问题,各位见笑!
1.USBN9603是否必须与MicroController一起用 2.EndPoint的中文称呼 3.USB如何实现即插即用功能 4.USB的一套协议是由硬件还是软件处理 5.是否一定要记住所有寄存器名称 6.USBN9603-28M.pdf Pg14 3.1.2 The content of the DATA_OUT register for read operations is updated once after every read or write***. Pg14 3.1.3 The DATA_OUT register is updated with the contents of the memory register to which the ADDR register is pointing. Update occurs under the following conditions: 1. After the ADDR register is written. 2. After a read from the DATA_OUT register. 3. After a write to the DATA_IN register. *** This register is read only and holds undefined data after reset. 请解释***处 |
|
最新喜欢:![]() |
沙发#
发布于:2002-08-22 11:21
1.USBN9603是否必须与MicroController一起用--不用
2.EndPoint的中文称呼--端点 3.USB如何实现即插即用功能--D-/D+上拉 4.USB的一套协议是由硬件还是软件处理--软件 5.是否一定要记住所有寄存器名称--???用多少记多少 6.USBN9603-28M.pdf --?? |
|
|
板凳#
发布于:2002-08-22 16:55
1.如果USBN9603不必与MicroController一起用,那么控制电平必须很简单,但即使很简单,只靠D+和D-,计算机怎么可能控制USBN9603?
6.为什么在a write to the DATA_IN register之后The DATA_OUT register is updated ? |
|