cancel
Showing results for 
Search instead for 
Did you mean: 

How to update/reflash firmware rather than Debug ?

simo zz
Senior

Hi all,

I am using STM32Cube IDE (Eclipse based) and I am trying configure the IDE to reflash the uC using the Run option rather than Debug option, without success.

I always used OpenOCD from shell under Linux for this purpose.

How can I setup the STLink for Run configuration in STM32Cube IDE ?

Is there any small tutorial / user guide / AN available ?

Thanks in advance.

Simon

4 REPLIES 4
ffabi
Associate II

Hello,

in the release notes https://www.st.com/content/ccc/resource/technical/document/release_note/group0/9a/72/48/16/ec/bd/44/5a/DM00603738/files/DM00603738.pdf/jcr:content/translations/en.DM00603738.pdf is stated:

The [Run] button is not yet implemented and is therefore hidden from the toolbar menu and Run menu.

so unfortunately this function is not yet implemented.

Best regards

fabi

simo zz
Senior

Oh, wow...

Thanks.

s.

You could use the argument "quit" in the Debug Script to achieve a similar result, a sort of workaround.

In the Startup tab there is a box called "Run commands". Having the argument "quit" will immediately terminate the debug session.

ffabi
Associate II

@Markus GIRDLAND​ i thought that there is still a difference between building with or without debug symbols, or am I mistaken at that point?