cancel
Showing results for 
Search instead for 
Did you mean: 

FLASH st7c2334j4

chill_just_chill
Associate II
Posted on April 14, 2003 at 06:51

FLASH st7c2334j4

15 REPLIES 15
chill_just_chill
Associate II
Posted on April 07, 2003 at 18:02

Hello,

how can I program the flash memory of the uC ?

tia

Christophe
florent2399
Associate II
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

shreya
Associate II
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.

ppoletto
Associate II
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
sjo
Associate II
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
chill_just_chill
Associate II
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 ?
shreya
Associate II
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.
chill_just_chill
Associate II
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
shreya
Associate II
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..