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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ