Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
July 15, 2009 - 6:58pm
|
Due to our production process, we have to request a serial number for each device we program from the server. For our non-ST devices we just patch the binary file with a script and then call a command line flash tool to flash the patched file. Does Raisonance have a simple command line flash tool for use with the Rlink? Thanks, John |
Hi,
Yes, installed together with Ride, there is ST7_pgm.exe for ST7 and STM8_pgm.exe for STM8. (!)
Run them without argument from a DOS prompt and they will display their doc/help.
They only take hex files as input, not bin, but you can use bin2hex.exe, that also comes with Ride, or many other utilities, to convert from bin to hex. Or you can work directly on the hex file.
I hope it helps.
Best Regards,
Vincent