cancel
Showing results for 
Search instead for 
Did you mean: 

ST7 firmware upgrade via SCI

y2399
Associate II
Posted on September 15, 2004 at 12:28

ST7 firmware upgrade via SCI

3 REPLIES 3
y2399
Associate II
Posted on September 15, 2004 at 08:30

Hi all,

I would like to know if it is possible to upgrade the firmware on a application based on ST7 by using an RS-232 link (via SCI controller on ST7 MCU).

If possible, do you know an application note about it ?

Thanks in advance.
chander
Associate II
Posted on September 15, 2004 at 09:48

It is possible to program the flash (sector 1 and 2) with RS232 provided that your flashing program exists in Sector0.

You can copy the data passed by PC in the RAM, call embalgo routines and pass this data.

The usage of the software is given in below application note:

http://cmg.st.com/filesmcd/An1576.pdf

The flashing routines can be found from:

http://www.stmcu.com/mcdfiles/HDFlash_V1.0.zip

y2399
Associate II
Posted on September 15, 2004 at 12:28

Hi Chander,

Thank you very much for this answer.

It will be helpfull for me.