Keil\ARM\Examples\ST\STM32F10xUSBLib\Demos\Custom_HID端点问题
[复制链接]
我将:Keil\ARM\Examples\ST\STM32F10xUSBLib\Demos\Custom_HID 示例端点修改成端点2,就会出错。 请问各位大侠是怎么回事呢?
0x82, /*bEndpointAddress: Endpoint Address (IN)*/ 0x03, /*bmAttributes: Interrupt endpoint*/
#define ENDP2_TXADDR (0x100)
|