Skip to main content
Visitor II
September 15, 2004
Question

ST7 firmware upgrade via SCI

  • September 15, 2004
  • 3 replies
  • 688 views
Posted on September 15, 2004 at 12:28

ST7 firmware upgrade via SCI

    This topic has been closed for replies.

    3 replies

    y2399Author
    Visitor II
    September 15, 2004
    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.
    Visitor II
    September 15, 2004
    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

    y2399Author
    Visitor II
    September 15, 2004
    Posted on September 15, 2004 at 12:28

    Hi Chander,

    Thank you very much for this answer.

    It will be helpfull for me.