完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,
我非常新的使用Eclipse并尝试调试第一次。 我试过谷歌搜索,发现了很多解决方案,但什么都不懂。 我知道这是一个很小的问题。你能告诉我该怎么做吗? 我使用的是CyPress SDK 1.2.3。我的CyPress SDK位于C目录中,我的工作区在D目录中。 我正在做的这个项目是基于一个较旧的版本。 如果你需要更多的信息,请不要犹豫。 亲切的问候, 普鲁维 以上来自于百度翻译 以下为原文 Hello guys, I am very new in using Eclipse and trying to debug for the first time . I have tried googling it and found many solutions but didnt understand anything. I know its a very small problem. Can you please tell me what to do+ I am using cypress sdk 1.2.3 . I have my cypress sdk located in C directory and my workspace is in D directory. The project which I am working on is made on a older version. If you need any more information please dont hesitate to ask Kind Regards, Pruthvi |
|
相关推荐
9个回答
|
|
这在FX3程序员手册的第122.2.3节中得到了广泛的记录。阅读并查看是否可以成功调试项目。
——摩奴 以上来自于百度翻译 以下为原文 This is extensively documented in section 12.2.2.3 of the FX3 Programmer's Manual. Read that and see if you can successfully debug project. -- Manu |
|
|
|
你好
谢谢你的回复 是的,我已经制定了程序员手册所建议的所有设置。 当我一步一步地开始执行时,那就是当我在调试时正在进行的步骤。 状态= CYU3PDEVICIN(&CLKCFG); 它给出了错误 以上来自于百度翻译 以下为原文 Hello Thanks for your reply yes I have made all the settings suggested by programmers manual after I start executing step by step that is when I am debugging when it is at the step status = CyU3PDeviceInit (&clkCfg); it gives the error |
|
|
|
你好,摩奴,
对不起,我的意思是说简历执行类似于“2.2.2.3页第164页”。 以上来自于百度翻译 以下为原文 Hello Manu, sorry I mean to say resume executing as similiar to step "12.2.2.3 page no 164". |
|
|
|
拉吉
API的来源不可用。因此,当您尝试输入API时,一步一步的调试将导致源不可用的错误。忽略它,点击“恢复”或“跳过”按钮。 以上来自于百度翻译 以下为原文 Raj The source of APIs are not available. So while step-by-step debuggin when you try to enter an API, it throws that error that the source is not available. Ignore that and Click on 'resume' or 'step-over' button. |
|
|
|
CyU3PDEVICIN()在SDK中的一个名为CYU3DATE.C的文件中实现。但是我们不发布源代码,所以你不能跳进这个函数。
所以,你可以只为你的函数或已经在固件中的那些使用“步进”。对于SDK函数,使用“步骤结束”。 ——摩奴 以上来自于百度翻译 以下为原文 CyU3PDeviceInit() is implemented in a file called cyu3device.c in the SDK. But we don't release the source code and so you can't jump into the function. So, you can use 'Step Into' only for your functions or the ones already there in the firmware. For SDK functions, use 'Step Over'. -- Manu |
|
|
|
谢谢尼克尔和曼努的帮助
我已经在努力了。 有人能解释一下GPIO设置的意思吗? IOFCFG。 GPIOSLIMEN〔1〕=(1 & lt;lt;(fpGA-DONE-32))(1 & lt;& lt;(fpGA-iNITN-N-32)) (1和lt;lt;(dq16-32))(1 & lt;&(lt;(dq17-32))〉(1和lt;&(lq;(dq18-32))〉(1和lt;&(lq:dq19-32))(1和lt;& lt;(dq20—32)) (1和lt;&lt;(DQ21-32))(1和lt;(lq22-32))(1和lt;&(ldq23-32))(1和lt;lt;(dq2432))(1和lt;& lt;(dq25-32)) (1和lt;lt;(dq26-32))(1 & lt;lt;(dq27—32)); 以上来自于百度翻译 以下为原文 Thanks for the help NIKL and MANU I am already working on it. Can some one explain me what does this way of gpio settings mean io_cfg. gpioSimpleEn[1] = (1 << (FPGA_DONE-32)) | (1 << (FPGA_INIT_N-32)) | (1 << (DQ16-32))| (1 << (DQ17-32))| (1 << (DQ18-32))| (1 << (DQ19-32))| (1 << (DQ20-32)) | (1 << (DQ21-32))| (1 << (DQ22-32))| (1 << (DQ23-32)) | (1 << (DQ24-32))| (1 << (DQ25-32)) | (1 << (DQ26-32))| (1 << (DQ27-32));
|
|
|
|
IOICFG.GPIOSLIMEN(1)=1 & lt;&;Lo.Poin PIN意味着某个Pin PIN被用作一个简单的GPIO.GPIOSimeEnEIS位图变量,其中“1”位“x”意味着PIN GPIO [X]正被用于此目的(简单GPIO)。由于有32个引脚,GPIOSLIN是一个2 UIT32 32的数组。
以上来自于百度翻译 以下为原文 io_cfg.gpioSimpleEn[1] = 1< |
|
|
|
你好,曼努
感谢你把事情弄得很清楚 我目前正在编程固件来执行SLaveFio同步接口与FPGA。 所以我也应该使用GPIOSLIN初始化FPGA、SLCS、SLRD等的时钟信号。? 亲切问候 普鲁维 以上来自于百度翻译 以下为原文 Hello Manu Thanks for the information you made things very clear I am presently programming a firmware to perform slavefifo sync interface with FPGA. So should I also initialize using the gpiosimpleen the clock signal from fpga, slcs,slrd etc etc...?? Kind Regards Pruthvi |
|
|
|
这些信号是GPIF硬件所使用的控制线。如果在GPIOSILIN中初始化它们,它们将被用作GPIO,而不是GPIF的控制线。
以上来自于百度翻译 以下为原文 No. These signals are control lines that are used by the GPIF hardware. If you initialize them in gpioSimpleEn, they will be used as GPIO and not control lines for GPIF. |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2086 浏览 1 评论
1837 浏览 1 评论
3652 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1777 浏览 6 评论
1525 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
532浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
387浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
421浏览 2评论
368浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
882浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-4 11:26 , Processed in 1.663024 second(s), Total 92, Slave 76 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号