1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
PSoC程序员读取固件到Log.txt文件。它有着奇怪的格式。我也把这篇文章翻译的。BIN(与普通闪存固件里面)。但与英特尔bin2hex程序转换后我感到。妖术,不完整的把固件回到另一个PSoC(我现在知道,什么是需要一些额外的字段和CRC校验等)
存在再次使用这个读固件直接的方式吗? 以上来自于百度翻译 以下为原文 PSoC Programmer read firmware to LOG.TXT file. It has strange format for such purpose. Also I translate this text to .BIN (with plain flash-firmware inside). But after convert with intel bin2hex program I get .HEX, that doesn't complete for put firmware back to the another PSoC (I know now, what were is need some additional fields with CRC and etc.) Is there exist a direct way to use this readed firmware again? |
|
相关推荐
14个回答
|
|
如果你正在使用PSoC编程软件无需更改格式。
当你说使用另一个HEX文件?这意味着什么?你想程序到另一个芯片相同的数字或你想计划的另一个芯片,这是一个不同的号码吗? 以上来自于百度翻译 以下为原文 There is no need to change the format if you are using the PSoC programmer software. When you say use hex file from another one? What does that mean? Do you want to program it to another chip with the same number or you want to program another chip which is a different number? |
|
|
|
想将固件从另一个DeVoKIT编程到我自己(两者都有C8C3666 AXI-40,可能有不同的序列号)。最后一个目的是想要通用的HEX固件,它不会被序列号保护(例如,它适合所有)。
以上来自于百度翻译 以下为原文 Want to program firmware from another one DevKit to my own (both has C8C3866AXI-40, with different serial number, probably). For a last purpose want universal HEX firmware, which wouldn't be protected by serial number (as in examples, thats fits to all). |
|
|
|
现在有这个结果(Log.txt,bin,英特尔HEX从bin)。
DK DEMP 84 K 以上来自于百度翻译 以下为原文 At now have this results (log.txt, bin, intel-hex from bin).
|
|
|
|
看来你把一个芯片和程序的内容复制到另一个芯片上。
我认为你没有原来的软件。或者不是他原来的十六进制文件。 如果检查Creator生成的HEX文件,您应该发现有比HEX文件更多的数据。您需要这些数据来编程PSoC。 以上来自于百度翻译 以下为原文 Looks like you copy the content of a chip and program that to another chip. I think you do not have the original software. or not he original hex file. If you check the hex file produced by Creator, you should find there are more data than the hex file you have. You need those data for programming of a PSoC. |
|
|
|
是的,我没有原创的软件。我知道,这里应该有额外的数据。
如何完成十六进制?是有办法(用手或软)? 我稍读柏HEX格式的注释。我相信,我可以做到,但它需要更多的时间。可能会更容易吗? 以上来自于百度翻译 以下为原文 Yes, I do not have original software. I know that here there should be additional data. How to complete HEX? Is were any way to do it (by hands, or soft)? I have slightly read cypress hex format annotation. I sure, that I can do it, but it requires more time. May be it can be more easy? |
|
|
|
我们已经有了一个应用程序说明这是如何实现的。检查过了吗?
你可以在这里找到它,HTTP://www. CyPress?RID=57435 以上来自于百度翻译 以下为原文 We already have an App note how this can be achived. Have checked it out? You can find it here, http://www.cypress.com/?rID=57435 |
|
|
|
谢谢。
似乎有必要写颠倒的解析器:)有做程序员没有意义。 以上来自于百度翻译 以下为原文 Thanks. It seems that it is necessary to write reversed parser :) There is no sense to do programmer. |
|
|
|
我认为获取OrnIAL软件和HEX文件会更容易。
如果你仍然有这个项目,它应该是容易做到的。 以上来自于百度翻译 以下为原文 I think it would be easier to get the orignal software and hex file. If you still have the project, it should be easy to do. |
|
|
|
这不是我的计划:我在这里谈论这个预先编程的固件,但是没有人帮助我找到它:
无论如何,固件将是:D 以上来自于百度翻译 以下为原文 This is not my project :) I talks about this pre-programmed firmware here, but nobody help me to find it :( Anyway though the firmware will be :D |
|
|
|
谈论那里:
HTTP://www. CyPress?COM/?APP =论坛和ID ID=2232和;RID=59445 以上来自于百度翻译 以下为原文 Talk about there: http://www.cypress.com/?app=forum&id=2232&rID=59445 |
|
|
|
然后,您应该能够使用由DASQ发布的HEX文件来编程另一个芯片。
HEX文件可以由PSoC程序员读取。您不需要复制编程的PSoC芯片的内容。 以上来自于百度翻译 以下为原文 Then you should be able to use the hex file posted by dasq to program the other chip. The hex file can be read by a psoc programmer. you don't need to copy the content of a programmed psoc chip. |
|
|
|
DASG提供链接到另一个演示(不是我想要的,而不是我正在谈论的)。D
以上来自于百度翻译 以下为原文 Dasg gives link to another demo (not what I'm want and not about what I'm talking about). :D |
|
|
|
嗨,你好,
我附上自检HEX文件在你之前创建的话题。它是在下面的链接,HTTP://wwwyCysP.com /?APP=论坛和ID;ID=2232和;RID=59445和;消息=张贴 希望这会对你有所帮助。 以上来自于百度翻译 以下为原文 Hi hexus, I have attached the self test hex file in the topic you had created before. It is at the following link, http://www.cypress.com/?app=forum&id=2232&rID=59445&message=posted Hope this will be of help. |
|
|
|
你好!
谢谢!这是非常有益的。 奇怪的是,程序员没有把硅读取成可用的十六进制格式(因为它可能在另一个MCU中)。后者将再次回到这个问题,也许有可能为我编写真正的解析器用于它的目的。AN73054将是有益的。 以上来自于百度翻译 以下为原文 Hi dasg! Thanks! It's very helpfully. Strange that there were Programmer doesn't Read silicon into usable HEX-format (as it possible in another mCU). Latter will return to this question again, maybe it would be possible to write by me true parser for it purpose. AN73054 would be helpfully. |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2103 浏览 1 评论
1849 浏览 1 评论
3667 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1784 浏览 6 评论
1534 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
566浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
420浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
435浏览 2评论
381浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
913浏览 2评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 18:43 , Processed in 1.307804 second(s), Total 102, Slave 86 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号