Hi, I need to use the MK66 USB for large high speed data transfers and short commands. I have the FRDMK66F example, but I can't find which USB example is most applicable to what I need. Can you recommend an examples?
Thank you!
Hi Ryan Pearson ,
MSD is the USB bulk transfer, and HID is the Interrupt Endpoint transfer, so you can refer to the FRDM-K66 msd and HID code.
You can refer to the official SDK code for FRDM-K66, which can be downloaded from this link:
Welcome | MCUXpresso SDK Builder
Choose the FRDM-K66, then in the middleware, select the usb stack.
Then you can build the project, download the SDK code,and you can find the usb code in folder:
SDK_2.5.0_FRDM-K66F\boards\frdmk66f\usb_examples
Wish it helps you!
If you still have question about it, please kindly let me know.
Have a great day,
Kerry
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------