Does the NXP USB stack fot the Kinetis K6x support the SetFeature Test_mode request for test pattern generation?

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

Does the NXP USB stack fot the Kinetis K6x support the SetFeature Test_mode request for test pattern generation?

441 Views
mrharmonsr
Contributor III

I need to run an eye pattern test on a Kinetis board, but the SetFeature testmode request doesn't seem to work

Thanks

Labels (2)
0 Kudos
1 Reply

347 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Larry:

I assume you are testing this feature on device mode.

If yes, I would suggest you enable below macro and try it again.

/*! @brief Whether device compliance test is enabled. If the macro is enabled,
    the test mode and CV test macroes will be set.*/
#define USB_DEVICE_CONFIG_COMPLIANCE_TEST (0U)

change to

#define USB_DEVICE_CONFIG_COMPLIANCE_TEST (1U)

Have a nice day!

Regards

Daniel

0 Kudos