2004-09-15 03:28 AM
2004-09-14 11:30 PM
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.2004-09-15 12:48 AM
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.zip2004-09-15 03:28 AM
Hi Chander,
Thank you very much for this answer. It will be helpfull for me.