我用的是am335x-evm 环境是SDK7.0 因为要实现一个gadget设备驱动 在配置USB驱动时如下配置: <*> Support for Host-side USB [ ] USB verbose debug messages [*] USB announce new devices *** Miscellaneous USB options *** [*] Enable USB persist by default [ ] Dynamic USB minor allocation [*]…
Other Parts Discussed in Thread: BQ25703A , CSD87334Q3D 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/620174/bq25703a-bq25703a-use-dual-fet-as-external…
你好,我再查看AM572X硬件资料的时候,对网口这部分的描述不是很明白:
processors.wiki.ti.com/.../AM572x_General_Purpose_EVM_HW_User_Guide
10/100/1000 Ethernet
The AM572x GP EVM has two 10/100/1000 Ethernet transceiver from Micrel(KSZ9031RN) that is connected to a dual RJ45 (P5) connector…
现在在用C6678与FPGA进行通信,DSP端使用的程序是论坛的KeyStone_SRIO程序。
有两个问题:
1.DSP与FPGA通信选择的模式问题,我选择的是SRIO_NO_LOOPBACK模式;
根据手册path配置为configuration4、mode4 ,具体为4xLaneABCD。
2.程序中,在DSP_2DSP()函数中有这么一句注释:On dual Nyquist EVM only lane 2 and 3 are connected between 2 DSPs,即在两个DSP之间只有通道2和通道3连接…