cancel
Showing results for 
Search instead for 
Did you mean: 

Using Slink Debugger with stm32CubeIDE

NSemrHomeInit
Senior

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

2 REPLIES 2
TDK
Guru

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".

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.