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.

[参考译文] TM4C1237D5PM:RNDIS 和 USB OTG 示例

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/748837/tm4c1237d5pm-rndis-and-usb-otg-example

器件型号:TM4C1237D5PM
主题中讨论的其他器件:DK-TM4C123G

你(们)好

我正在为 TM4C1237寻找 RNDIS 和 USB OTG 示例,如果有,建议您使用。

在 TM4C-SW SDK 中、我在 TM4C129套件上看到了 USB OTG 鼠标示例、但 DK-TM4C123无法正常工作、我知道它现在已过时、没有为 TM4C-123G 提供 OTG 示例的任何原因或限制?

谢谢

Venkat

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

    Venkat、您好!

    TivaWare 中没有 RNDIS 示例。

    关于 DK-TM4C123G 的 OTG、我不确定您的意思是什么... USB_host_mouse 和 USB_host_keyboard 都是 OTG 示例?

    这可以通过配置看到:

    //
    //初始化 USB 堆栈模式并传入模式回调。
    //
    USBStackModeSet (0、eUSBModeOTG、ModeCallback);