搜索结果
找到约 4 项符合
EP2 的查询结果
USB编程 usb 端点测试程序 块传输 从EP6输入512字到EP2传出。
usb 端点测试程序 块传输
从EP6输入512字到EP2传出。
DSP编程 使用Usb cy7c68013与DSP通信
使用Usb cy7c68013与DSP通信,现在已经能够很正确的传递(上传数据)了。
USB资源:
使用了Ep2,Ep6
Ep2, out auto
Ep6, in auto
FlagA--- PF3
FlagB--- PF6
FlagC--- PF1
需要 EP2 EMPTY
EP6 FULL信号
因此
FlagA--- PF3 --- EP2空 --- 8 h
Flag ...
其他 The first task at hand is to set up the endpoints appropriately for this example. The following code
The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed
to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, and EP6
as a Bulk IN endpoint, also 4x buffered of si ...
USB编程 使用68013的测试程序
使用68013的测试程序,包含68013固件程序(采用slave FIFO bulk同步读写,EP2 OUT,EP6 IN),驱动,PC端测试用程序。CPLD的VHDL代码