Skip to main content
PColo.1
Associate
June 8, 2020
Solved

how to debug the program in StmCubeIDE without flashing the controller every time? Just debug. Programmer STLINK v2, microcontroller STM32F769. Are there any options to disable flashing on start debug?

  • June 8, 2020
  • 3 replies
  • 3365 views

..

This topic has been closed for replies.
Best answer by TDK

Try to edit the debug configuration to not flash on startup.

Debug configurations... -> Startup tab -> select the one you're using -> Edit -> uncheck "Download"

3 replies

TDK
TDKBest answer
June 8, 2020

Try to edit the debug configuration to not flash on startup.

Debug configurations... -> Startup tab -> select the one you're using -> Edit -> uncheck "Download"

"If you feel a post has answered your question, please click ""Accept as Solution""."
seppeltronics_v
Associate III
June 2, 2023

Hello,

I'm using STM32CubeIDE Version: 1.10.1 , I can not find the option you mentioned.

Could you please attach a screenshot?

Thanks a lot.

Best Reards, Seppel

S.Ma
Principal
June 9, 2020

strange... if in debug mode, force a reset and run when ready. Unless reverse engineering?

PColo.1
PColo.1Author
Associate
June 9, 2020

it was so simple... How could I not see the Download column ... This is not reverse engineering, some settings are stored in the flash and are changed by the user, they cannot be overwritten during debugging.