2010-03-01 12:01 PM
STMFlashloader without 'Press any key to continue...'
#bootloader2011-05-17 04:41 AM
Does anyone know of any effective ways of getting immediate output from STMFlashLoader.exe?
fflush(stdout); This will flush the pending output buffer, as will waiting for a character.
2011-05-17 04:41 AM
Hello,
I was also able to edit the source and comment out the getchar line. This appears to work as expected. However, I am attempting to create a process in VB.net(2008) to call STMFlashLoader.exe and monitor its output stream. I am able to do this but the output appears only in 2 bursts(when I upload from the STM32 to the PC). If instead of calling STMFlashLoader.exe (plus parameters), I use ping as my file name and the passed parameter of google.com, I get immediate update when monitoring, thus I feel that my Vb code is doing what I expect. Does anyone know of any effective ways of getting immediate output from STMFlashLoader.exe? Thanks!2011-05-17 04:41 AM
clive1,
Much thanks...it works!