Accessing the USB driver in Windows to connect to a NXP board ?

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

Accessing the USB driver in Windows to connect to a NXP board ?

854件の閲覧回数
randyseedle
Contributor III

I want to communicate with my NXP FRDM-K64F through the Windows USB driver. Is there any

documentation on accessing the USB driver in Windows to connect to a NXP board ?

Randy Seedle

 

ラベル(1)
0 件の賞賛
返信
6 返答(返信)

807件の閲覧回数
bobpaddock
Senior Contributor III
Look at the TinyUSB project.

https://github.com/hathach/tinyusb

Then Jan Axelson's book "USB Complete" 5th edition (Jan retired after that edition).

How exactly do you want to communicate? HID, Serial, WINUSB? It makes a difference.

I've been using TinyUSB with the KL27 and K32L for HID and looking at moving to WINUSB.

785件の閲覧回数
randyseedle
Contributor III

Bob:

I have a lot of slow speed data acquisition to do. I have wondered about isochronous but bulk might be fast enough. The question is, will I be able to get through all of it without missing some data points. My networking background wants me to segment the data space but wouldn't that all compete for the same space in the root hub ? What about a second USB card (PCI Express) on the workstation ?

I read Jan Axelson's book "USB Complete" 1st edition. It didn't have any examples back then. I hope its gotten better.  

Randy Seedle

0 件の賞賛
返信

750件の閲覧回数
bobpaddock
Senior Contributor III
A PCI board would get rid of all of the inherent hub stacking of a typical PC. Going that route doesn't really match 'slow speed' but then 'slow' is subjective.

USB Tree View shows the stacking:

https://www.uwe-sieber.de/usbtreeview_e.html

USBDeView shows connections:

https://www.nirsoft.net/utils/usb_devices_view.html

The example code for HID and WinUSB are here:

http://www.janaxelson.com/hidpage.htm

http://www.janaxelson.com/winusb.htm
0 件の賞賛
返信

833件の閲覧回数
randyseedle
Contributor III

Its not that it is broken. I anticipate working on a USB application that is present in Windows as well as the microcontroller.  

At this point I am just hunting or information on the USB environment in both areas (Windows and microcontroller).

Randy

 

0 件の賞賛
返信

820件の閲覧回数
Celeste_Liu
NXP Employee
NXP Employee

We don't have such information. Sorry for the inconvenience caused.

0 件の賞賛
返信

840件の閲覧回数
Celeste_Liu
NXP Employee
NXP Employee

Hello @randyseedle ,

Thanks for your post. Do you mean that your Windows cannot recognize the FRDM-K64F board? Please check the link below to see if it is helpful to you.

Fixing the USB Drivers | MCU on Eclipse

BRs,

Celeste

 

----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!
----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信