This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

The selection cannot be launched and there are no recent launches stm32cubeide

Hello all,

As a C++ Programmer who aims at starting learning embedded programming on Arm based MCUs using C++, I went for this tutorial to program my STM32F411RE Nucleo-64 board for the first time. At stage 5 in that tut, when I need to debug the project, I get the following error message:


I tried to find the issue and work it out but no success yet! 
Do you have an idea what the problem might be and how to solve it, please?

Parents Reply Children
  • Thank you for the link you provided me with.
    I actually found the issue just by messing with the files, say, the .project file! That file exists in a little further directory in the address shown in the tutorial. That is, we need to go further to ...\GPIO_InfiniteLedToggling\SW4STM32\STM32F411-Nucleo on the Import Source. That way the project debugs, and runs successfully on the board as expected.

    PS: That's really sad why ST company doesn't care about the contents offered in their tutorials especially when a starter is going to use them to begin learning embedded programming! :(