网上过客 发表于 2017-2-12 22:44:40

STM32F103在HID模式如何收发大于64字节的数据?

如题“STM32F103在HID模式时如何收发大于64字节的数据?”请高手赐教!

zoomdy 发表于 2017-2-13 11:53:03

Full Speed最大只能是64,超过64得分多包,High Speed可以到1024

Universal Serial Bus Specification v2.0
5.7.3Interrupt Transfer Packet Size Constraints
The maximum allowable interrupt data payload size is 64 bytes or less for full-speed. High-speed endpoints are allowed maximum data payload sizes up to 1024 bytes.

toofree 发表于 2017-2-13 12:03:36

:) 楼上的回复,也解了我的一些疑问,就不去看手册了

xmshao 发表于 2017-2-16 15:58:36

分多个事务【transaction】进行。
页: [1]
查看完整版本: STM32F103在HID模式如何收发大于64字节的数据?