STM32U5 IAP_main example NOT working
- April 3, 2024
- 2 replies
- 2041 views
Hi,
I am using STM32CubeMX version 6.11.0 .
I want to test the "IAP_main" example for the STM32U575I-EV.
I start the project as follows :

Then when I try to Generate Code for the STM32CubeIDE in CubeMX the following error occurs:

The code gets generated and I can open it in STM32CubeIDE but it doesn't build properly:

The build errors says that the MX functions called in the main file are not linked and there is no reference to them.
I have attached the build log where the errors are displayed.
The project is as it is generated by CubeMX with no modification made.
What may be happening here ? Some CubeMX libraries that for the STM32U5 do not work well ?
If I launch the same example for the STM32H573I-DK it doesn't have any problem and it builds as expected.
