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.
工具/软件:TI C/C++编译器
大家好、
TM4C1294KCPDT -串行- CDC 示例。
我已经创建了一个在 USB CDC 层上运行的应用。 (即使用 CDC 层作为通道的应用)。
这正常工作。
我希望将 USB 速度从现有的1.1更改为2.0。
为了实现这一点、进行了以下更改、
在 usbdcdc.c 中 、结构 g_pui8CDCSerDeviceDescriptor 使用第三个参数进行修改、即从 USBShort (0x110)修改为 USBShort (0x0200)。 然后重新编译 usblib 项目、然后 重新编译应用程序项目 usbserialdevice_EK_TM4C1294XL_TI。 然后执行应用程序。
上述步骤是否正确? 或者是否要从应用程序执行任何其他设置?
谢谢、
Jay