2023-11-18 09:34 AM
Hi,
I am new in STM32 MCU. I have bought Nucleo F429ZI, I downloaded and installed STM32CubeIDE. I have selected a new project, then I selected some examples for Nucleo-F429ZI. The name of the project is GPIO-IOToggle.
I made a build without making any change, but it gives me the following 4 error messages:
Solved! Go to Solution.
2023-11-18 10:05 AM - edited 2023-11-18 10:07 AM
Hello @Hasan
First, sorry for the inconvenience that the faced issue created for you.
As a temporary workaround, you can keep using the 1.13.2 version however downgrade the toolchain version to the GCC10 (For more details, take a look at this post.)
PS: The issue should be fixed with the next release in the near future.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-11-18 10:05 AM - edited 2023-11-18 10:07 AM
Hello @Hasan
First, sorry for the inconvenience that the faced issue created for you.
As a temporary workaround, you can keep using the 1.13.2 version however downgrade the toolchain version to the GCC10 (For more details, take a look at this post.)
PS: The issue should be fixed with the next release in the near future.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-11-18 10:09 AM
Another workaround - see here.