Topic : Programing ST7 via command prompt

Forum : ST7/STM8

Original Post
Post Information Post
March 9, 2009 - 11:18am
Guest

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

Replies
Post Information Post
+1
0
-1
March 9, 2009 - 2:23pm
Raisonance Support Team

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

+1
0
-1
March 10, 2009 - 9:46am
Guest

Many thanks for the reply

+1
0
-1
September 18, 2009 - 6:20am
Guest

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

+1
0
-1
September 18, 2009 - 9:54am
Raisonance Support Team

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

+1
0
-1
January 14, 2010 - 7:29pm
Guest

Hi,

Some one can send me this file ; STM8_pgm.exe" will be nice.

Thanks

+1
0
-1
January 15, 2010 - 8:56am
Raisonance Support Team

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