ep2
共 4 篇文章
ep2 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 4 篇文章,持续更新中。
使用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--
usb 端点测试程序 块传输 从EP6输入512字到EP2传出。
usb 端点测试程序 块传输
从EP6输入512字到EP2传出。
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 a
使用68013的测试程序
使用68013的测试程序,包含68013固件程序(采用slave FIFO bulk同步读写,EP2 OUT,EP6 IN),驱动,PC端测试用程序。CPLD的VHDL代码