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.

[参考译文] AM2631:AM263X-CC 上的 CAN Python 引导加载程序

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1309025/am2631-can-python-bootloader-on-am263x-cc

器件型号:AM2631

我安装了 Python3、其中包含所有(我认为是)所需的依赖项。 请注意、我花了一点时间才知道我需要 TQDM 以及如何包含 PCAN 接头。 不过、现在它执行了、但没有从目标获取任何响应。 使用 PCAN-FD 模块时、我收到"CAN send failed, no response or correct response from EVM"、但使用非 FD PCAN 时、我收到"CAN not initialized. 请检查代码中的定义"、这表明它可能是 PCAN.py 或 PCANBasic.dll。 我已经在 SYSWOW64中尝试了32位和64位 DLL。

1.您知道此 python 是否只能与64位驱动程序一起使用?

2.您是否知道此 python 应用程序是否可同时用于 FD 和非 FD 模块?

如果您想了解有关您已知的工作设置或我可以在这里尝试的内容的任何其他信息、我们将不胜感激。

谢谢。

吉姆