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
gefragt vor 3 Jahren230 Aufrufe
1 Antwort
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
beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen