2026-01-30 1:29 AM
Hello all,
I have created a project with STM32CubeMx based on this evaluation board:
I generate the source code, and I can compile it correctly from STM32CubeIDE.
The problem is when I try to Run or Debug it, I get this message:
If anyone can help me I would appreciate it.
Much thanks in advance.
2026-01-30 1:40 AM
Hello @Refused_HC
Let's try to clean and rebuild your project by following those steps:
In STM32CubeIDE : right click on your project and then clean project as shown below
Then rebuild your project , confirm that the build generates an .elf file
Finally launch your debug session.
THX
Ghofrane
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.
2026-01-30 3:25 AM
Thanks Ghofrane, but cleaning the project I still get the same error.