2025-07-28 11:38 PM - last edited on 2025-07-29 1:01 AM by Andrew Neil
Hello, I'm trying to set the debug configuration of my project, but I cannot open the debug file under C/C++ Application. Besides, running this project was not successful either.
I have tried switching workspace and uninstalling IDE, but neither worked.
Can anyone help me solve my problem? Thank you very much.
Solved! Go to Solution.
2025-08-01 5:33 AM - edited 2025-08-01 5:35 AM
Hello @Levy-hy ,
We have reproduced this issue with CubeIDE 1.19 and I escalated it to our CubeIDE team for analysis (internal ticket number: 215198).
PS: Ticket number: 215198 is an internal tracking number and is not accessible or usable by customers.
2025-08-03 6:43 PM
Hello @Imen.D
Thank you for your suggestions!
I used the example project "STM32N6570-DK_GettingStarted_ImageClassification", as shown in the picture. The link is here: https://github.com/STMicroelectronics/stm32ai-modelzoo-services/tree/main
and I only generated the network code following this post without making any changes https://community.st.com/t5/stm32-mcus/how-to-run-ai-models-from-model-zoo-on-stm32n6/ta-p/814254
The whole project can be built correctly and .elf executable file exists in the debug file. I already tried deleting the configuration but the error persists.
Fortunately, I found a way to avoid this problem. Instead of running the project, I used the bin file generated by the project build, and programmed this file directly onto the development board using STM32Programmer at address 0x70100000.
I have attached the log file for your reference.
2025-08-07 10:55 PM
Hello Imen.D,
I am also facing the same issue . Is there a resolution to the issue available?
2025-08-19 4:39 AM - edited 2025-08-19 4:42 AM
Hello @Levy-hy
As a workaround, try removing the following line from your .project
file:
<nature>com.st.stm32cube.ide.mcu.MCUAppSProjectNature</nature>
You will be able to debug your project successfully.
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.