Skip to main content
NSemrHomeInit
Associate III
December 9, 2020
Question

Using Slink Debugger with stm32CubeIDE

  • December 9, 2020
  • 1 reply
  • 665 views

Dear ST Hello,

I am using the ST-LINK GDB server with STM32F429I discovery board.

Every time I change the software I disconnect and I launch the debugger, is there any button "Reload" in STM32stmIDE?

Thank you in advance,

S.Tarik

This topic has been closed for replies.

1 reply

TDK
Super User
December 9, 2020

The "Run" button will download a new program to the device.

If you're already in debug mode, the "Terminate and Relaunch" button will do exactly what it says.

"If you feel a post has answered your question, please click ""Accept as Solution""."
NSemrHomeInit
Associate III
December 9, 2020

Hello TDK,

The "Run" button will download a new program to the device.

The "Run" Stop the debugging session and bring me to the C++ default perspective.

"Terminate and Relaunch" works as expected.