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
asked 3 years ago224 views
1 Answer
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
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions