cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE doesn't generate an executable project

QuentinHUET
Visitor

Hello!

I have an issue when creating a new project through STM32CubeIDE.

I use the application on Windows, it is STM32CubeIDE v1.16.0 and I try to work on an STM32H563ZI.

I installed it off line (security constraints preventing any network connection) so I installed the Application as well as the STM32CubeH5 package by manually downloading and installing them.

The issue I'm facing is that when I follow the usual procedures to generate a new project, said project doesn't seem to be an Application and therefore cannot be built, debugged nor launched.

The following image is the project generated :

QuentinHUET_0-1721316387270.png

As you can see, many elements seem to be absent. I am a beginner in STM and STMCubeIDE, so maybe I didn't get all the necessary packages or something, but I'm really stuck on this and I can't find a solution for this.

If anyone knows how to solve this issue, please let me know!

Many thanks,

Quentin

 

1 REPLY 1
AScha.3
Chief II

Hi,

>I follow the usual procedures to generate a new project

What is "usual" , if >I am a beginner< is true ? 

Show, detail, what you did/try - or just :

menu > File > new > STM32Project > /select your target cpu or board / > /+give new name/ > finish.

Then select in Cube , what you want (Minimum: debug serial wire , + clock tree without errors)

Then gen.code , compile, start (setup..) debug and try.

 

Nothing happens by itself. If you are not so sporty, you can also learn and read

https://www.youtube.com/watch?v=eumKLXNlM0U

https://wiki.st.com/stm32mcu/wiki/Category:STM32CubeIDE

https://www.st.com/resource/en/user_manual/um2553-stm32cubeide-quick-start-guide-stmicroelectronics.pdf

https://www.st.com/resource/en/user_manual/um2609-stm32cubeide-user-guide-stmicroelectronics.pdf

https://www.st.com/resource/en/product_presentation/stm32cube_ecosystem_overview.pdf

 

If you feel a post has answered your question, please click "Accept as Solution".