2026-02-18 8:22 AM - last edited on 2026-02-18 8:29 AM by Andrew Neil
2026-02-19 4:45 AM - edited 2026-02-19 4:46 AM
Hello @haarry and welcome to the ST community,
@haarry wrote:
and i did till step1 part 5.
At step 5, and instead of importing the project in CubeIDE, locate and open the project from your local disc by double clicking on .project file:
A window will open:
Don't browse to any location and don't modify the workspace path. Keep it as is. Then just click [Launch] button.
The project will open normally and it shows the Project Explorer content like shown here after:
Hope that helps.
2026-02-18 8:29 AM
Welcome to the forum.
Remember that we know nothing about you or what you have done, so you need to give some more details - see:
How to write your question to maximize your chances to find a solution
2026-02-18 8:46 AM
so i wanted to generate pwm signals for an inverter and borrowed the above mentioned stm from my friend. so i have zero knowledge on stm32. i followed the step by step explanantion on how to start using stm32 https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step1_Tools_installation#Download_STM32CubeL4_Firmware_package . and i did till step1 part 5. but then its asking me to debug . then when i am trying to debug this is the error being shown
2026-02-18 8:58 AM
Perhaps you didn't compile the project or the debugger launch configuration is missing.
Did you compile the project?
2026-02-18 9:03 AM
You didn't create/import the project correctly. Use the Example Selector in STM32CubeMX to load the example.
2026-02-18 9:11 AM
i didnt actually. but its not told do that in the tutorial
2026-02-18 9:11 AM
let me try that thank youu
2026-02-18 9:16 AM
now its showing this error
2026-02-18 6:46 PM - edited 2026-02-18 6:47 PM
I'm not really sure what the problem is.
Does it build okay?
If you build a default project for that chip (not board) in STM32CubeMX, can you debug that?
The first time you debug a project, the run configuration dialog should open automatically and you should be able to click "OK" or "Next" with default parameters.
Now that you've loaded it using the Example Selector, does it show up correctly in the Project Explorer tab? Should look like this:
2026-02-19 4:45 AM - edited 2026-02-19 4:46 AM
Hello @haarry and welcome to the ST community,
@haarry wrote:
and i did till step1 part 5.
At step 5, and instead of importing the project in CubeIDE, locate and open the project from your local disc by double clicking on .project file:
A window will open:
Don't browse to any location and don't modify the workspace path. Keep it as is. Then just click [Launch] button.
The project will open normally and it shows the Project Explorer content like shown here after:
Hope that helps.