Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
March 9, 2009 - 11:18am
|
I would like to send data (i.e. programme) just to the the Data memory (EEPROM) part of an ST7 Flite 29/39 Can I use the Raisonance Rlink hardware in command line mode, so that I could write some PC software to create the data file and use a batch type prosess to send the file via RLINK Re Dave |
Hi,
For programming the ST7 devices in command-line mode, you must use ST7_pgm.exe, which is installed along with Ride. Run it without argument from a command prompt and it will display its doc.
However, for now it cannot program the EEPROM withtout also programming the FLASH.
So you will have to create a hex file that contains both the FLASH and EEPROM content.
(you can use RFlasher to read the FLASH content back from the device to a hex file, and then merge this hex file with the file that contains your contents for the EEPROM)
Best Regards,
Vincent
Many thanks for the reply
Hi Vincent,
Please tell me more how to program ST7 on command line. Do you have any instruction document to do this?
Now, i am using STVP to program micro ST7 by R-link device. But it is difficult to control my operator programming miss option byte...etc...
Thanks
Hi,
Look at the output from ST7_pgm.exe when it is called without argument.
This is the only doc there is, and it is usually enough for customers to understand how it works.
If you have specific questions, ask them in this forum. (search the forum before, because most typical questions have been asked and answered here already)
Best Regards,
Vincent
Hi,
Some one can send me this file ; STM8_pgm.exe" will be nice.
Thanks
Hi Sham,
STM8_pgm.exe is available from the Ride7 installation directory, in the "bin" subdirectory.
You need to install Ride7 and RKit-STM8 in order to have it.
Regards,
Bruno