[TWR-K65F180M] USB VCOM example does not send ACK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[TWR-K65F180M] USB VCOM example does not send ACK

631 Views
baltech
Contributor II

Hi,

I was trying to get the usb_vcom example from the Kinetis SDK running on my TWR-K65F180M board.

I was able to compile it and get it running but Windows says the USB device could not be regognized.

When looking at the USB trace, I see that the board does not send an ACK to the GetDeviceDescriptor Setup packet.

Has anybody a hint where to start debugging?

Thanks,

Stefan

Tags (3)
0 Kudos
3 Replies

525 Views
baltech
Contributor II

It works when using KHCI but I need EHCI which is not working.

0 Kudos

525 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi,

I had done a test with KSDK V2.2 for TWR-K65F180M board.

I modified the <usb_device_config.h> file to enable EHCI.

pastedImage_1.png

The USB CDC VCOM worked as expected:

pastedImage_2.png

pastedImage_3.png

Could you try to download the latest MCUXpresso SDK for TWR-K65F180M board package?

Please download the latest SDK software from here.


Have a great day,
Ma Hui

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

525 Views
baltech
Contributor II

Thanks!

I havent enabled EHCI like you mentioned! Now it is working!

0 Kudos