Skip to main content
Visitor II
April 14, 2003
Question

FLASH st7c2334j4

  • April 14, 2003
  • 15 replies
  • 2860 views
Posted on April 14, 2003 at 06:51

FLASH st7c2334j4

    This topic has been closed for replies.

    15 replies

    Visitor II
    April 7, 2003
    Posted on April 07, 2003 at 18:02

    Hello,

    how can I program the flash memory of the uC ?

    tia

    Christophe
    Visitor II
    April 7, 2003
    Posted on April 08, 2003 at 00:52

    Well...with a programmer! And you have the choice: EPB (programming board), DVP (emulator + programming board), or third parties programming tools (INDART kit from SOFTEC for example)...

    Cheers!

    Florent

    Visitor II
    April 8, 2003
    Posted on April 08, 2003 at 04:32

    Another great option is the STICK. It is a dongle which is attached to the application board using ICC connector. It can be used to program any ST7xxxx device! The programming software is the same as for EPB's and DVP's - STVP7, unlike the inDART kit which uses the Datablaze programmer provided by Softec.

    Visitor II
    April 8, 2003
    Posted on April 08, 2003 at 05:46

    Hi,

    A great feature of SofTec Microsystems inDART-ST7C tool is the possibility to program and to debug in real-time your software via ISP connector. Please give a look at www.softecmicro.com.

    -Piero
    Visitor II
    April 8, 2003
    Posted on April 08, 2003 at 06:45

    Take a look at www.spen-soft.co.uk where you can download a fully functional ST7 programmer (with schematics & source-code).

    Regards

    Spen
    Visitor II
    April 8, 2003
    Posted on April 08, 2003 at 16:40

    I want to program the flash memory just like the EEPROM.

    set LAt bit

    write to memory

    set PGM bit to program

    Is there an analog system for the flash ?
    Visitor II
    April 9, 2003
    Posted on April 09, 2003 at 08:20

    Hello,

    Take a look at the application note AN1576.

    I don't understand what you mean by ''analog system for flash''.

    Ciao.
    Visitor II
    April 9, 2003
    Posted on April 09, 2003 at 17:14

    I mean,

    you can program the EEPROM like this:

    set LAt bit

    write to memory

    set PGM bit to program

    Is there a way to do the same with FLASH ?

    tia
    Visitor II
    April 10, 2003
    Posted on April 10, 2003 at 10:25

    Hello,

    It is..what we call In-Application Programming. The program writing data into the Flash is written into the RAM and executed from there. The apllication note AN1576 should give you a good idea.

    Rgds..

    Visitor II
    April 10, 2003
    Posted on April 10, 2003 at 15:10

    Actually, I need to write a program that tests the FLASH of the st7c2334.

    I need to program al the memory bytes to '0' and than check.

    I need to program al the memory bytes to '1' and than check.

    If the checks correspond, the flash is ok.

    Has anyone got an idea how to do that ?

    tia

    Chr