完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我刚刚安装了XIDV3.61和Hydio 2.03B。我安装了一个和谐的配置器。我创建了一个新的项目,点击了:工具& Gt;嵌入式& GT;MPLAB和谐配置器来构建和谐工具。它开始提出这个工具,然后给了我以下的错误:MPLAB和谐配置器失败了。初始化窗口。输出窗口具有以下信息:因未处理异常而终止的HCOFIGG&[;错误]解析。我能够提出和谐工具,创造和谐项目。有什么想法,为什么我不能得到一个新的项目与新的更新工具工作?此外,有没有一种简单的方法来将和声1.09项目升级为和声2.03B项目?谢斯文
以上来自于百度翻译 以下为原文 I just installed XIDE v3.61 and hARMony 2.03b. I installed Harmony Configurator. I created a new project and clicked on: Tools>Embedded>MPLAB Harmony Configurator to bring up the Harmony tool. It starts to bring up the tool and then gives me the following error:MPLAB Harmony Configurator failed to initialize. The Output window has the following information: Before the tools upgrade, I was running XIDE v3.05 with harmony v1.09. I was able to bring up the harmony tool and create harmony projects. Any ideas on why I can't get a new project with the new updated tools working? Also, is there an easy way to upgrade a Harmony 1.09 project to Harmony 2.03b project? Thanks lveng |
|
相关推荐
4个回答
|
|
其他人过去也有过这样的问题。我建议:A)重新安装:A1)卸载麻烦的新的微芯片工具(或所有的Microchip工具)A2做一个完整的StudioA3)启动PCA4)移除任何卸载卸载工具Sa5的文件夹。选择不从先前版本导入设置的选项。安装检查对方,确保每个安装完成前安装下一部分。B)别忘了升级XC32 C)我倾向于升级顺序:MPLABX,XC32,和谐(包括MHC)。D)如果这不起作用的搜索)确保你使用MHC匹配和谐你正在使用(不是一个更老的MHC来自不同的和谐)。警告:项目有路径、LIBS等的设置。在新的设置中,从一个老的和声中打开一个项目是非常麻烦的,特别是对于从一个和谐的1.xx到2.xx的大跳跃,这基本上是不兼容的。备份您的旧项目和任何自定义文件FIF2)获得一个工具,如“超越比较”,它允许您比较整个项目树(您可以使用这个过程的免费试用)F3)创建一个新项目,选择所有最新的工具F4)不要创建BSP,而是在MHC中进行所有设置。这包括设置PIN。F5)示例,首先检查MHC应用配置下的“生成应用程序代码”。我发现生成的代码比Orths/AppsFoogs/Online中可能过时的例子更好地匹配和声版本。F5A)在虚拟项目中生成,而不是真正的项目。测试,证明特征根据需要工作。F5B)使用“超越比较”来查看生成从一个新的空白项目到生成的项目发生了什么变化,并手动地将这些MHC更改和代码更改转换为目标项目。(有时MHC生成/修改你不想要的东西,当你做诊断和添加特性时,它有一个好主意,因为它有助于改变它。)不要忘记定期检查你正在使用的PIC的勘误表,并且仔细阅读数据表以获得精美的打印和任何警告/LI。用于与您使用的每个模块相关联的所有引脚。即使你不打算使用PIN(如UBID),它也可能包含影响模块操作的警告。H)注意到最新的XC32在64位处理中有一些改变,以及其他一些事情,从以前的XC32使用的旧的“遗留LIBS”中,注意那些对代码的影响。大量测试。阅读XC32的所有版本的变化笔记,从最新的地方看。*需要很多天才能从Orthy1xx转换到2xx和谐,但是我发现我在不必再与BSP抗争的过程中节省了大量的精力。
以上来自于百度翻译 以下为原文 Other people have had issues like this in the past. I suggest: a) reinstall: a1) uninstall the troublesome new Microchip tools (or all Microchip tools) a2) do a full shutdown a3) boot up the PC a4) Remove any folders left from uninstalling the tools a5) re-install the tools ONE AT A TIME. Select options to NOT import settings from previous versions. The installations check for each other, so ensure each install is 100% complete before starting install for next part. b) Don't forget to upgrade XC32 c) I tend to upgrade in order: MPLABX, XC32, Harmony(Including MHC). d) If that doesn't work the search e) Ensure you are using the MHC matching Harmony you are using (not an older MHC from a different Harmony). f) Warning: Projects have settings for paths, libs, etc. It can be very messy to open a project from an old harmony in new settings, especially for a big jump from Harmony 1.XX to 2.xx which are basically incompatible. Better/safer is to: f1) Backup your old projects and any customized files f2) Get a tool like "Beyond compare" which allows you to compare whole project trees (you can use a free trial for this process) f3) Create a new project, selecting all the latest tools f4) Don't create a BSP, instead do all your settings in MHC. This includes setting pins. f5) For examples check first the "Generate Application Code" under MHC-Application configuration. I've found the generated code better matches the Harmony version than possibly outdated examples in docs/apps folders/online. f5a) Do the generate in a dummy project, not your real project. Test, prove feature works as needed. f5b) use "beyond compare" to see what was changed by the generate from a fresh blank project to the generated project, and manually do those MHC changes and code changes to your target project. (Sometimes MHC generates/modifies stuff you don't want, and it is good to have an idea of what it changed as it helps when doing diagnostics and adding features). g) Don't forget to regularly check errata for PIC you are using, and also carefully read the datasheet for fine print and any warnings/limitations for ALL THE PINs associated with each module you use. Even if you don't plan to use a pin (like USBID) it may include warnings affecting module operation. h) Note latest XC32 has some changes in 64bit handling and other things from older "Legacy Libs" used by previous XC32, watch for those effects on your code. Test heavily. Read the change notes for all versions of XC32 from where you were to latest. *It will take many days to change from Harmony1XX to Harmony 2XX, but I have found that I save a ton of effort in not having to fight with BSP anymore :) and that many things have been fixed. Good Luck. Paul |
|
|
|
保罗,你的文章中的这个句子被截断了:D)如果这不起作用,我的问题的答案可能在句子的末尾……杰夫
以上来自于百度翻译 以下为原文 Paul, This sentence in your post was truncated: d) If that doesn't work the search Possibly the answer to all my problems is in the end of the sentence...? Jeff |
|
|
|
错了,恨em. Yeh,这可能是解决办法,只要我能记得我想说什么……(我建议您跳过最新的工具:-MPLABXV420、XC32 V210、OrthyV206、MHCPurvin 206(包括OrthyV206和MPLABXV420)保罗
以上来自于百度翻译 以下为原文 Typos, hate 'em. Yeh, that was probably the solution, if only I could remember what I was trying to say... :( I suggest you skip ahead to the latest tools: - MPLABXv420, XC32v210, HarmonyV206, MHCPluginV206(Included with HarmonyV206 and MPLABXv420) Paul |
|
|
|
也可能是有用的:MHCHCREATION项目没有ObpSPV0.PR.ZIP(回复到3月份的另一篇文章)保罗
以上来自于百度翻译 以下为原文 Might also be useful: MHC_CreatingProjectWithoutBSP_v00PR.zip (Reply to another post back in March) Paul Attachment(s) MHC_CreatingProjectWithoutBSP_v00PR.zip (11.29 KB) - downloaded 13 times |
|
|
|
只有小组成员才能发言,加入小组>>
5243 浏览 9 评论
2035 浏览 8 评论
1955 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3208 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2258 浏览 5 评论
778浏览 1评论
669浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
597浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
679浏览 0评论
577浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-24 07:45 , Processed in 1.291422 second(s), Total 83, Slave 67 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号