Implementing a Handler to Request a USB Set Descriptor

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Implementing a Handler to Request a USB Set Descriptor

563件の閲覧回数
dmytrogrytsay
Contributor I

Greetings
Has anyone implemented a Set Descriptor request handler for a USB device?

There is a problem on this issue:

- what should be the correct response of the device to this request.

In particular, the NXP Kinetis family of microcontrollers is of interest. The proposed NXP has a usb stack, but there is no SET SCRIPTOR implementation on the stack.

By analogy with other queries, Set Descriptor was also implemented. As a result, this works, but cannot access the data field.


But any example will also be useful.
タグ(3)
0 件の賞賛
返信
1 返信

503件の閲覧回数
bobpaddock
Senior Contributor III

Some of the NXP USB Stacks are based on LUFA.  It has lots of examples, see if any help:

GitHub - abcminiuser/lufa: LUFA - the Lightweight USB Framework for AVRs. 

0 件の賞賛
返信