This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] DP8.364万T-EVK:使用EPLTestApp或PTPTestApp未找到设备

Guru**** 2455560 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/interface-group/interface/f/interface-forum/606278/dp83640t-evk-device-not-found-using-epltestapp-or-ptptestapp

部件号:DP8.364万T-EVK

我认为我的测试环境设置正确。

我使用的是WinXP。

-Python 2.4 似乎正在正确执行。

我安装了VC++ 2008 Express

我正在使用National Analog Launchpad,我可以看到我的两块板并更改寄存器值。

但是,当我运行.\tools\pythby\EPLTest中的EPLTestApp.exe或PTPTestApp.exe或testit.cmd时,没有发现主板。 我已将_EPL.dll和okFrontPanel.dll与EXE一起复制到中,但仍然只能得到一个'CAN COMPLETE!' 未找到任何内容。

我确信我在做一些愚蠢的事,但没有其他明显的事情。 谢谢。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    挖掘后,似乎不需要Opal Kelly驱动程序,而是使用了Cypress驱动程序。 因此,需要更改和重新编译源代码。 EPL_ENUM_TYPE需要从EPL_ENUM_Direct更改为EPL_ENUM_CYUSB_MDIO。 例如,在EPLTestApp中,需要更新EPLEnumDevice函数才能正常工作。