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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

442 次查看
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

标签 (2)
0 项奖励
1 回复

348 次查看
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 项奖励