cancel
Showing results for 
Search instead for 
Did you mean: 

B-L072Z-LRWAN1 error

martian_first
Associate II

I am trying to configure B-L072Z-LRWAN1 using STM32CubeIDE. According to my research, I need to download and use the End_Node project from the STMicro website, but when I try to do so, I get the following error.
"The selection cannot be launched, and there are no recent launches"
I followed the instructions on the following website. Do you know how to solve this problem?
https://docs.antares.id/en/code-and-library-examples/stm32-lora-stm32cube-ide/sending-simple-data-to-antares

4 REPLIES 4
Ghofrane GSOURI
ST Employee

Hello @martian_first 

Could you please share your project or the link to download it .

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.

I downloaded the project from the following site.
https://www.st.com/ja/embedded-software/i-cube-lrwan.html

Hello @martian_first 

The error message "The selection cannot be launched, and there are no recent launches" in STM32CubeIDE typically indicates that the project has not been built yet.

To resolve this, ensure that you have successfully built your project without errors, verify that the .elf file exists in your build directory.

GhofraneGSOURI_0-1755520925651.png

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.

Thank you for your reply. I imported End_node project without unzipping the downloaded file, and the error has disappeared.