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.
OMAP-L138开发USB Device驱动,即gadget驱动。请问UDC驱动文件是哪个?
有没有人开发过,询问。
omap138有部分代码和davinci是公用的。
udc驱动对应哪个文件记不太清楚了,你可以编译一下,看看对应文件有没有.o生成,要是有说明编译进去了。可以加些打印定位一下。
starterware里面
C:\ti\C6748_StarterWare_1_20_04_01\examples\lcdkC6748\usb_dev××××
这些工程都是从设备的DEMO
starterware是没有操作系统的一个软件包,里面就是一个个CCS工程,每个工程可以独立的跑在ARM/或者DSP上。
里面的有些工程就是演示USB从设备的,比如模仿一个USB串口等。
你可以下载一个138的starterware,里面有ARM和DSP版本的工程。