完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我使用FX3作为一个设备控制器,用于与PC机的USB 3.0通信。我将FPGA Xilinx StAut6接口与FX3从FIFO 32比特GPIG IIfollowing连接到网站的指南。为了测试通信,我使用了AN6974下载文件夹的回环实例,我用GPIF工具为我的Boad软件化了GPIF。用USB控制中心流数据到FPGA,它正确地写回FIFO(我可以用CHISCPOP分析器观看它们)。在FX3到PC的通信中出现了一些问题。在所附文件中,您可以看到第三行、第四行、第七行等的第三字节中的错误。 GPIO的每一行都被正确地路由到FPGA并均衡,我认为信号完整性不存在问题。硬件看起来还行。 请你帮帮我好吗? 谢谢 FX3Err.TX.Zip 735字节 以上来自于百度翻译 以下为原文 Hello, [size=10.909090995788574px]I am using FX3 as a Device controller used for USB3.0 communication with PC. I'm interfacing an FPGA xilinx Spartan6 to the FX3 with the slave fifo 32 bit [size=10.909090995788574px]by GPIG II[size=10.909090995788574px] [size=10.909090995788574px] following the the guide of the website. For testing communication I'm using the loopback example of AN65974 [size=10.909090995788574px]downloaded folder and I custmoized the GPIF for my board [size=10.909090995788574px]with the GPIF tool[size=10.909090995788574px] [size=10.909090995788574px]. With the USB Control Center I stream data to the FPGA and it write back to the fifo correctly (I can watch them with chiscpope analyzer). Something fails in the communication from fx3 to pc. In the the attached file you can see the error in the 4th byte of 3rd line, 5th line, 7th line and so on. Each line of the GPIO are right routered to the FPGA and equalized, I don't think there are problem with signal integrity. The hardware it seems ok. Could you help me please? thanks a lot
|
|
相关推荐
6个回答
|
|
我也有同样的问题。我已经改写了FPGA代码没有成功。
软件中有硅缺陷或路径吗? 我们改变了USB控制器(对于我们的项目),因为我们没有解决任何问题。 以上来自于百度翻译 以下为原文 I have exactly the same problem. I have rewritten the FPGA code without success. Is there any silicon bug or path to the software? We are changint the USB controller (for our project) because we did't fuond any solution. |
|
|
|
你好,CusialBi,
让我们来分析一下数据。 在错误之前的GPIF总线上的32位字是1C 1D 1E 1F(第二行,字节13…16)二进制中的最后字节:0001 1111下一个32位字在总线上被假定为20 21 21 22 23(第三行,字节1…4)最后一个字节在二进制:4,但是FX3似乎捕获这个最后字节作为γ(x在十六进制)-位是HI。GH就像前面的单词在公共汽车上一样。对于下一个32位字之后,这个第四位已经正确地确定为0位。所有的错误完全一样。32位字的同一比特似乎从1到0太慢。这是定时误差的一个非常重要的特征。 你不认为信号完整性有问题。但是,你验证过FPGA的输出确实满足FX3数据设置要求吗? 最好的问候, 卡列夫 以上来自于百度翻译 以下为原文 Hi cusialbi, Let's analyze the data. 32-bit word on GPIF bus before error is 1C 1D 1E 1F (2nd row, bytes 13...16) last byte in binary: 0001 1111 Next 32-bit word on bus is assumed to be 20 21 22 23 (3rd row, bytes 1...4) last byte in binary: 0010 0011 But FX3 seems to capture this last byte as 0011 0011 (33 in hex) - 4th bit is high like in previous word on bus. For next 32-bit word after that, this 4th bit has correctly settled to 0. All the errors are exactly the same. The same bit of 32-bit word seems to go from 1 to 0 too slowly. This is very characteristic of timing errors. You don't think there are problem with signal integrity. But, have you verified that FPGA output indeed fulfills FX3 data setup requirement? Best regards, kalev |
|
|
|
你好,
他同意卡莱夫给出的推理。 这无疑是一个与时间有关的问题。 谢谢, 西克里希纳。 以上来自于百度翻译 以下为原文 Hi, I totally agree with the reasoning that has been given by kalev. This is definitely a timing related issue. Thanks, sai krishna. |
|
|
|
谢谢你的回复,
问题就在这里,我会努力解决的。 最好的问候 以上来自于百度翻译 以下为原文 Thank you for the reply, the problem is exactly that, I'll try to solve it. Best regards |
|
|
|
好吧,我解决了。我只是简单地设置数据总线的时间限制,现在它工作得很好。
非常感谢Kalev和RSKV 以上来自于百度翻译 以下为原文 Ok I solved it. I simply set the time constraints of the data bus tightly and it works perfectly now. Thank you very match Kalev and RSKV |
|
|
|
我还使用FX3作为与PC机进行USB通信的设备控制器,通过GPIF II将FPGA连接到FX3和从FIFO 32位。
我使用SDK 1.2.3, 固件:C:程序文件(x86) CyPress EZ-USB FX3 SDK 1.2固件 SLaveFIFOO示例SLFIFSCONC, 应用程序:C:程序文件(x86)CyPress EZ-USB FX3SDK 1.2应用程序CPPBulkRoub, 我已经修改了 定义了CyfxxSLIFOFIOGPIFI161632 32比特FuffSSELL(1) 在CyfxSLIFTIFNC中。 我发送数据0x2,0x3,0x4,0x5,……,从PC递增, 我们预期GPIF数据总线的数据是05040302, 09080706,0D0C0B0A,… 但是实际数据是00000,302, 00000,504, 00000,706, 00000,908,… 在附加文件中,您可以看到从ChIPSOPE捕获的数据。 我不知道怎么解决这个问题。 谢谢。 SLaveFiFr.C1V12Y33JPG 347.1 K 以上来自于百度翻译 以下为原文 I also use FX3 as a Device controller used for USB3.0 communication with PC, and connect the Fpga to the FX3 with the slave fifo 32 bit by GPIF II. I used SDK 1.2.3, firmware: C:Program Files (x86)CypressEZ-USB FX3 SDK1.2firmwareslavefifo_examplesslfifosync , application: C:Program Files (x86)CypressEZ-USB FX3 SDK1.2applicationcppbulkloop , , I've modified #define CY_FX_SLFIFO_GPIF_16_32BIT_CONF_SELECT (1) in the cyfxslfifosync.h. I send the data 0x2, 0x3, 0x4, 0x5,......, incrementing from PC, we expect the data of GPIF DATA BUS is 05040302, 09080706, 0d0c0b0a, ....., but the actual data is 00000302, 00000504, 00000706, 00000908, ...., In the the attached file you can see the captured data from chipsope. I don't know how to fix that. Thanks a lot.
|
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2071 浏览 1 评论
1827 浏览 1 评论
3642 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1762 浏览 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-26 09:17 , Processed in 1.099921 second(s), Total 89, Slave 72 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号