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.

[参考译文] TM4C1294KCPDT:使用 ULPI 的外部 USB PHY 的 GPIO 设置

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/673794/tm4c1294kcpdt-gpio-setup-for-external-usb-phy-using-ulpi

器件型号:TM4C1294KCPDT
Thread 中讨论的其他器件:EK-TM4C1294XL

您好!

TI 提供了示例固件:tidm_tm4c129cusbhs2ethernet.zip 以与外部 USB PHY 配合使用。
通过调用 PinoutSet()来指示 TM4C 的 GPIO 设置、但该设置不包含在封装中。

是否有人可以为我提供 PinoutSet()的源代码

非常感谢、
Anthony Levine。

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

    查看项目包含路径、可以看到该函数在 EK-TM4C1294XL LaunchPad 的 TivaWare 驱动程序中定义、该驱动程序可在此处找到:[INSTALL Path]\TivaWare_C_Series-2.1.4.178\examples\boards\EK-tm4c1294xl\drivers

    这里有一个 pinout.c 文件、其中包含该 API 的所有源代码。