2024-07-31
02:08 AM
- last edited on
2024-07-31
02:29 AM
by
Lina_DABASINSKA
the ok button stays gray and I need to disable download working on STM32H7 dual core poroject. in CubeIDE 1.12 this was working
Solved! Go to Solution.
2024-07-31 03:49 AM
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.
2024-07-31 02:32 AM
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
2024-07-31 03:49 AM
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.