can not disable Download step in Cube IDE 1.16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-31
2:08 AM
- last edited on
‎2024-07-31
2: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.
- Labels:
-
Bug-report
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-31 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-31 2: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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-31 3: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.
