Skip to main content
MQi.1
Senior II
March 9, 2021
Solved

The selection couldn't not be launched.

  • March 9, 2021
  • 3 replies
  • 9834 views

I used this: File --> New --> STM32 Project --> example selector in STM32CubeIDE, the project could be saw in IDE:

0693W000008wLYlQAM.jpg 

but the build icon was unable, when I clicked "run", it was prompted:

0693W000008wLYRQA2.jpg

This topic has been closed for replies.
Best answer by MQi.1

I found a solution, I tried on the other computer with Ubuntu 20.04, this I select board not example in STM32CubeIDE, although the name of example was the same, but the example selected in this way had launch file and could be run into the board, although build(the hammer) still unable.

3 replies

MQi.1
MQi.1AuthorBest answer
Senior II
March 9, 2021

I found a solution, I tried on the other computer with Ubuntu 20.04, this I select board not example in STM32CubeIDE, although the name of example was the same, but the example selected in this way had launch file and could be run into the board, although build(the hammer) still unable.

Cartu38 OpenDev
Graduate II
March 31, 2021

Something wrong here.

You're not getting hammer because your so called project is not one. You don't have STM32CubeIDE icon decoration if GPIO_IOToggle folder.

Means Eclipse metadat are lacking here ... so no chance to get any toolchain setup or ...

Second your so calle dproject doesn't have any linker script file ... weird too ...

Here is expected example import result:

0693W000008ySLsQAM.jpg 

MQi.1
MQi.1Author
Senior II
April 1, 2021

Yes, I haven't selected the project name, thanks.