Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Yes erase chip is enable. So you're saying that the serial erasing procedure is much faster?

  • Excuse me again, i have noticed a strange behaviour of the auto procedure when using it via serial command or via the Flasher STM8. Using the last one seems to be more time consuming, tha auto procedure take more or less 40 sec. Using the serial command the auto procedure stop after only 19 sec. Did i miss something?

  • So i need to create the flasher.dat and flasher.cfg file for multiple configuration. At the moment of switching i need to delete the file from the flasher and then upload the new ones using FWRITE? How can i create manually the two file? Thank you, Oliver.

  • Yes, you're right I use the com port to send serial commands; #auto in particular. I was using the serial commands because i can catch the flasher response and display it in my application's interface, instead of opening another window. Can i load a project into the flasher using the com port?

  • Good day to all, I need help to fix a problem i have with the Flasher for STM8. I had prepared a project to flash the memory of my STM. Since the program, in production phase, could change i need to build a system to overcome this possibility. In practice I ha build an application that load the right program on the flasher during startup phase, so the flasher could work correctly. After some programming procedure, all goes well, i try to change the program loaded on the flasher and at this point…