摘要:USB基础 1.拓扑结构USB是我们经常用的,只是看到USB线一头接着主机,一头接着USB设备。但是设备是如何通信的呢?电气上的连接是怎么样的还不是很清楚?USB的可见的拓扑结构很好理解,就是一个USB host 接若干个Hub, hub下面接若干个USB Device。2.枚举步骤USB协议定义了设备的6种状态,仅在枚举过程种,设备就经历了4个状态的迁移:上电状态(Powered),默认状态(D...
阅读全文
摘要:USB Device OVERVIEW 这是本人分析IAR USB CDC的认识1 Software Initialization:StepFunction1Fill Description2Fill Device Interruption Handler3Fill Interface Interruption Handler4Fill EP In Interruption Handler5Fi...
阅读全文
摘要:USB Class Codes November 17, 2009 USB defines class code information that is used to identify a device’s functionality and to nominally load a device driver based on that functionality. The info...
阅读全文