完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我使用FPGA + FX3+ SLAVEFIFO测试传输数据到PC的速度。
但是速度是6Mb/s,所以速度慢,固件使用SLaveFiFrimc。 发生什么问题了吗? 那么有没有解决办法呢? 以上来自于百度翻译 以下为原文 I use the fpga+fx3+slavefifo to test the speed of transfer data to PC. but the speed is 6MB/s,so slow,the firmware is use the SlaveFifoSync. Any problem happened? so there is any solutions to fixed it? |
|
相关推荐
25个回答
|
|
谢谢你的帮助,克里斯。现在,我将突发大小设置为下游信道的16,并在1处离开上游信道。现在我得到了275 Mb/s的下游和280 Mb/s的上游。回环配置达到145 Mb/s,但瓶颈可能是来自附加FPGA的DDR存储器读写访问(数据被写入DDR存储器并读回)。
-西尔维奥 以上来自于百度翻译 以下为原文 Thanks for your help Chris. Now I set burst size to 16 for downstream channel and left the upstream channel at 1. Now I get 275 MB/s downstream and 280 MB/s upstream. The Loopback configuration acheives 145 MB/s but the bottleneck may be the DDR memory read and write access from the attached FPGA (data is written to DDR memory and read back). -Silvio |
|
|
|
HTTP://www. CyPress?COM/?RID=59492
我看过上面的演示。 你能让我有主机PGM源和固件源和FPGA SRC吗? 在我的板上,速度是6Mb/s。 谢谢 以上来自于百度翻译 以下为原文 http://www.cypress.com/?rID=59492 I've seen above demo. Could you pls let me have the host pgm source & firmware source & FPGA src ? On my board, the speed is 6MB/s. Thanks |
|
|
|
你好
如果你继续提出,你会发现自己遇到麻烦时,连接到USB2.0(至少我们做到了)。该设备将不会枚举。确保在设置爆竹之前检查UB3.0。 如果(CyuU3PySuxOySt==UbSturn)EpCF.BurSTLLN=CyfxFxSLIFOFOXPACETSH PARYBY突发; 以上来自于百度翻译 以下为原文 hello if you go on as proposed you'll find yourself in troubles when connecting to u***2.0 (at least we did) . The device will not enumerate. Make sure you check for u***3.0 before setting the burstLen. if(CY_U3P_SUPER_SPEED == u***Speed) epCfg.burstLen = CY_FX_SLFIFO_PACKETS_PER_BURST; |
|
|
|
嗨!VyTaTas2!
你可以试试这个: /超高速端点伴随描述符 0x06,/ /描述符大小 CyuU3PysSpEpCopnNoDeCSC//SS端点伴随描述符类型 0x0f,????1+15=16????突发数据包的最大数目 0x02,//????1+2=3????Mult:最大分组数 0x00,0xC0/ /保留带宽,每个间隔字节:1024×3×16(每个间隔的最大包装计数为48) Cyu3pMeMSET((Unt8*T**)和EndoPoToNoFig,0,siZeof(EndoPoToNoFIG));EndoPoToCuff.Eng= 1;EndoPoToSoop.EpType CyuU3PySbBePysiso;EndoPosikOng.Isopkts=48;/ISO包计数每个服务周期端点配置.BursLLLN=16;//max突发大小EndoPoToSoC.PCKT尺寸=1024; CYU3PMESET((UIT88T**)和;DMACONFIG,0,SIZEOF(DMACONFIG)); DMACCONFIGO大小=1024×48;//注意:DMACONFIG。size *DMACONFig.CUT和lt;160kb DMACONFIGO计数=3;//DMACONFIG.DMAMODE=CYU-U3PYDMAYMODEYBY字节;我认为它可以正常工作。 以上来自于百度翻译 以下为原文 hi!Vytautas2! u can try this: // Super Speed Endpoint Companion Descriptor 0x06, // Descriptor size CY_U3P_SS_EP_COMPN_DESCR, // SS Endpoint Companion Descriptor Type 0x0F, // ??? 1+15=16 ??? Max no. of packets in a Burst 0x02, // ??? 1+2=3 ??? Mult.: Max number of packets 0x00,0xC0 // reserved bandwith,Bytes per interval : 1024*3*16 (max packge counts per interval is 48) CyU3PMemSet((uint8_t *)&endPointConfig, 0, sizeof(endPointConfig)); endPointConfig.enable = 1; endPointConfig.epType = CY_U3P_USB_EP_ISO; endPointConfig.isoPkts = 48; //iso packge counts per service period endPointConfig.burstLen = 16; //max burst size endPointConfig.pcktSize = 1024; CyU3PMemSet ((uint8_t *)&dmaConfig, 0, sizeof (dmaConfig)); dmaConfig.size = 1024*48; //notication:dmaConfig.size*dmaConfig.count <160kB dmaConfig.count = 3; // dmaConfig.dmaMode = CY_U3P_DMA_MODE_BYTE; I think it can work normally |
|
|
|
我用FPGA + SLaveFIFO+FX3批量EP测试速度,当最大突发大小为16时,速度为350Mb/s,使用DMA Autoor,我使用CyPress SuffeldSubSubSube的流线型测试它,下次我想用ISO EP测试它。
以上来自于百度翻译 以下为原文 I tested the speed using fpga+slavefifo+FX3 bulk ep , the speed is 350MB/S when the max burst size is 16 and using DMA AUTO, I tested it using streamer of cypress superspeed USBSuite, next time I wanna test it using ISO ep. |
|
|
|
我尝试了使用EP 3或7的ISO,我指的是你告诉了什么,但是它失败了,它不能成功地传输数据,有人可以上传UsBiSuxSink的UR固件SRC代码吗?谢谢!
以上来自于百度翻译 以下为原文 I tried the ISO using ep 3 or 7 ,and I referring to what u told ,but it failed ,it cannot transfer data successfully,someone can upload ur Firmware src codes of USBIsoSourceSink?Thx! |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2071 浏览 1 评论
1827 浏览 1 评论
3640 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1761 浏览 6 评论
1513 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
511浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
362浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
860浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 22:35 , Processed in 0.794229 second(s), Total 57, Slave 50 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号