Example Project for STM32F429 is not working #3075
-
I'm trying to test the example I downloaded from the official website and I'm not getting any results, the error below occurs, I noticed that the project structure is different from the current standard used by CubeIDE, but the errors are in the code, so I imagine that the problem is not that.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
All our examples build and work, we test on every change and every night with a CI/CD pipeline My advise is that you follow the main doc page, go to the Wizard, get the project from there, import it in Cube, and build it
|
Beta Was this translation helpful? Give feedback.
All our examples build and work, we test on every change and every night with a CI/CD pipeline
Sometimes some examples get out of phase with the Wizard, because changes in the Wizard take longer. The repo HEAD is constantly changing as it is a development HEAD.
Sometimes changes in the Wizard are not reflected in the test scheme, like in this case, the test Makefile expects mongoose files to be in standard Cube dirs, thing that changed for Wizard code last week
My advise is that you follow the main doc page, go to the Wizard, get the project from there, import it in Cube, and build it