What versions must the Harmony 3 packages be for the curiosity2_pic32mzef?

0

Hi.

The aws demo project for PIC32 with the Curiosity board version 2, opens and compiles correctly.

But when I open the MHC and regenerate the code, there are many errors when compiling it.

After analyzing it carefully, I have seen that there are changes in the declaration of some variables or constants.

For example in the original code that compiles without problems a variable is as follows:

& DRV_ETHPHY_OBJECT_SMSC_LAN8720;

But when generating the code again that variable indicated that it was an error and it was not recognized.

When checking where it was declared, it turns out that now this is how it should be used:

& DRV_ETHPHY_OBJECT_LAN8720;

What I suspect is that this project was generated with packages from previous versions, since I use the latest version.

Any suggestions or comments regarding this problem?

Regards

Dominus
已提问 3 年前230 查看次数
1 回答
0

The solution: In MHC there is a way to load the manifest file of any project. And in that way, Harmony 3 is configured for the packages that were used for any project.

https://microchip-mplab-harmony.github.io/mhc/doc/readme_project_manifest.html

Dominus
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则