完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
你好,
我有一个用于评估的NELW PSOC5开发工具包。我更新到PSoc Creator 2,我得到一个恼人的错误,出现在编程“错误:dg.M00 23:在编程设备时出错:PSoC程序员报告错误(100)-失败!SPC轮询超时。与芯片失去了联系(Stase= 0x02))它似乎是随机出现的,然后突然又消失了。我已经将端口配置的时钟速度设置为0.8MHz。 有没有人知道我怎么能永远摆脱这个? 谢谢您! 以上来自于百度翻译 以下为原文 Hi, I have a nerw PSoC5 development kit for evaluation. I updated to PSoc Creator 2.0 and am getting an annoying error that pops up on programming "Error: dbg.M0023: There was an error while programming the device: PSoC Programmer reported error (100 - FAILED! Timeout of SPC polling. Lost communication with chip (Status = 0x02))" It seems to appear at random times and then all of a sudden just disappears again. I have set the clock speed in port configuration to 0.8MHz. Does anyone have a clue how I can get rid of this permanently? Thank you! |
|
相关推荐
9个回答
|
|
我建议你提出一个案子,告诉他们哪一个开发工具包,我敢肯定,他们会帮助你的。
鲍勃 以上来自于百度翻译 以下为原文 I would suggest you to file a case; tell them which developement kit.I'm sure, they'll help you out. Bob |
|
|
|
我最后一次看到并解决了这个错误,是通过更换迷你USB电缆。
希望这有助于: 以上来自于百度翻译 以下为原文 the last time I saw and solved this error,was by replacing the MiniUSB cable.Try that....... Hope this helps :-) |
|
|
|
对于像8MHz这样的非常高的频率,取代电缆的长度实际上是一个问题。时钟速度的下限肯定小于0.8MHz。尽管如此,更换电缆仍然值得一试。你使用的是哪一个PSOC5评估板?
以上来自于百度翻译 以下为原文 For very high frequencies like 8Mhz replacing the length of the cable migh actually be an issue. The lower limit on the clock speed is certainly less than 0.8Mhz. Nevertheless, changing the cable is still worth a try. Which PSoC5 eveluation board are you using? |
|
|
|
嗯,我尝试过所有的频率。JTAG和SWD之间的交换似乎有帮助,但仍然令人恼火。目前使用0.2MHz,而我使用的是CY8CKIT-050。
谢谢你的帮助! 以上来自于百度翻译 以下为原文 Well, I've tried all kinda frequencies. Swapping between JTAG and SWD seems to help but it's still annoying.Using 0.2MHz at the moment and the board I'm using is CY8CKIT-050. Thanks for the help! |
|
|
|
我今天遇到了同样的问题。我用同样的工具包(050)
我尝试了另一个电缆,也修复了程序员软件(可以使用更新工具,点击配置)。 后来它似乎起作用了。 以上来自于百度翻译 以下为原文 I had the same problem today. I am using the same KIT (050) I tried another cable and also repaired the Programmer Software (could be done using the Update-Tool and click on Configure). Afterwards it seems to work.. |
|
|
|
Reggler,你能试着更新软件和更换电缆吗?正如施密德所建议的那样。
以上来自于百度翻译 以下为原文 Reggler, could you try updating the software and replacing the cable, as t.schmid has suggested . |
|
|
|
你好,
在这个问题上有没有解决的办法?我现在和PSOC5的第一次接触有同样的问题。我尝试过不同的电缆,修理程序员,降低时钟速度。我试过通常的重新启动等等。我甚至尝试了第二个现成的工具箱,但没有效果。如有任何帮助,我们将不胜感激。 干杯, 韦斯 以上来自于百度翻译 以下为原文 Hello, Was there ever a resolution on this issue? I am now having the same problem with First Touch for PSoC 5. I have tried different cables, repairing the programmer, and reducing the clock speed. I have tried the usual reboot etc... I even tried on a second out of the box kit now to no avail. Any help would be highly appreciated. Cheers, Wess |
|
|
|
我认为这不是电缆问题…与代码直接相关的东西。
如果我写“LCDApReltScript”(Hello World PSoC),“没问题。 但是如果我加上“LCDI DRAWHORIZONTALBG(1, 0,16,37)”,则错误… ******************************************************************************************机密和专有信息*这是你公司的财产。*****************************;/LCDySistar();LCDApPrimType(0,0);//没有问题LCDApReltScript(“Hello World PSoC”);//没有问题LCDyDRAWHORIZONALTALBG(1, 0,16,37);/ /如果行增加的问题创建为(;;){//LCD-CHARY-DRAWHORIZONALTALBG(1,1,16,25);}}/*[]文件结尾*/ 以上来自于百度翻译 以下为原文 i think its not the cable problem... something directly related with the code. if i write "LCD_PrintString("hello world psoc");" no problem . but if i add "LCD_DrawHorizontalBG(1, 0, 16,37);" the error occours... /* ======================================== * * Copyright YOUR COMPANY, THE YEAR * All Rights Reserved * UNPUBLISHED, LICENSED SOFTWARE. * * CONFIDENTIAL AND PROPRIETARY INFORMATION * WHICH IS THE PROPERTY OF your company. * * ======================================== */ #include void main() { /* Place your initialization/startup code here (e.g. MyInst_Start()) */ /* CyGlobalIntEnable; */ /* Uncomment this line to enable global interrupts. */ LCD_Start(); LCD_Position(0,0);//no problem LCD_PrintString("hello world psoc");//no problem LCD_DrawHorizontalBG(1, 0, 16,37);//if the line added problem creates for(;;) { //LCD_Char_DrawHorizontalBG(1,1,16,25); } } /* [] END OF FILE */ |
|
|
|
当你使用条形码电话时,你遇到过这种情况吗?
LCD-CHARAD-DRAWHORIZONTALBG.() 绘制水平条图。仅在选择了BrGrand字符集时可用。 问候,Dana。 以上来自于百度翻译 以下为原文 Have you met this condition when using BarGraph calls - LCD_Char_DrawHorizontalBG() Draws a horizontal bar graph.Only available when a bargraph character set has been selected. Regards, Dana. |
|
|
|
只有小组成员才能发言,加入小组>>
751个成员聚集在这个小组
加入小组2064 浏览 1 评论
1824 浏览 1 评论
3632 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1760 浏览 6 评论
1508 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
502浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
354浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
409浏览 2评论
354浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
851浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-19 18:29 , Processed in 1.013344 second(s), Total 91, Slave 76 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号