cancel
Showing results for 
Search instead for 
Did you mean: 

can not disable Download step in Cube IDE 1.16

ASche.5
Associate II

ASche5_0-1722416703723.png

the ok button stays gray and I need to disable download working on STM32H7 dual core poroject. in CubeIDE 1.12 this was working 

1 ACCEPTED SOLUTION

Accepted Solutions

yes that was it.

 

I had configured the debug, without a elf present. And without picking the elf that is connected to the build setting as it was not once created at this point. Confusing but ok.

So when you do this from scratch make sure to build a elf. So it can be found when creating the debug configuration as new.

Then the download can be prohibited to align multiple debug sessions on one target.

 

View solution in original post

2 REPLIES 2
Souhaib MAZHOUD
ST Employee

Hello @ASche.5 

Could you check that you have added the .elf file in Main.

I can't reproduce your issue using CubeIDE 1.16.0.

Thanx,

Souhaib

yes that was it.

 

I had configured the debug, without a elf present. And without picking the elf that is connected to the build setting as it was not once created at this point. Confusing but ok.

So when you do this from scratch make sure to build a elf. So it can be found when creating the debug configuration as new.

Then the download can be prohibited to align multiple debug sessions on one target.