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:\ti\c2000\C2000Ware_3_04_00_00\libraries\communications\usb\f2837xs的路径下找到了Usb相关的程序, 我想请问一下,Usb的相关上位机在C2000Ware_3_04_00_00什么位置?有无联调的技术说明文件,可以指导我一下吗?
你好,这款芯片对应的USB例程应该是在这个位置:C:\ti\c2000\C2000Ware_3_04_00_00\driverlib\f2837xs\examples\cpu1\usb
你找到的应该是USB的库函数。
此外,关于驱动文件的话例程main.c的开头注释中有说明:
//! A driver information (INF) file for use with Windows XP, Windows 7 and
//! Windows 10 can be found in the windows_drivers directory.
官方提供的某个模块的例程是没有说明文档的,如果要了解例程的功能的话,可以通过例程的名称可以了解例程的大概功能,了解大概功能之后例程的main.c文件开头注释中一般会介绍这个例程的调试方法,比如例程的运行目的、需要的硬件连接、需要的软件支持和需要观测的变量名称等等,你可以看一下。