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
demandé il y a 3 ans230 vues
1 réponse
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
répondu il y a 3 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions