i.MX6 usb device port limit to full speed

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

i.MX6 usb device port limit to full speed

1,045 Views
her
Contributor I

Is it possible to change the linux device driver that the device is only enumerated as a full speed device (12MBit/s)?

It is mainly for testing purpose to sort out potential EMI issues we may have with high speed (480MBit/s)

Labels (1)
Tags (4)
0 Kudos
3 Replies

603 Views
Yuri
NXP Employee
NXP Employee

  Software should set the PFSC bit (bit 24) in the PORTSC register during USB controller init

and prior to setting the RS bit in the USBCMD register (start controller). The port will than

work in full speed only.


Have a great day,
Yuri

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

0 Kudos

603 Views
xiaoqianlin
NXP Employee
NXP Employee

Can you provide the sample code?

Linda Lin
0 Kudos

603 Views
Yuri
NXP Employee
NXP Employee

  Freescale does not support i.MX6 WinCE, we do not have sources.

~Yuri.

0 Kudos