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?

459件の閲覧回数
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 返信

365件の閲覧回数
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 件の賞賛