2003-04-13 09:51 PM
2003-04-07 09:02 AM
Hello,
how can I program the flash memory of the uC ? tia Christophe2003-04-07 03:52 PM
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! Florent2003-04-07 07:32 PM
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.
2003-04-07 08:46 PM
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. -Piero2003-04-07 09:45 PM
Take a look at www.spen-soft.co.uk where you can download a fully functional ST7 programmer (with schematics & source-code).
Regards Spen2003-04-08 07:40 AM
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 ?2003-04-08 11:20 PM
Hello,
Take a look at the application note AN1576. I don't understand what you mean by ''analog system for flash''. Ciao.2003-04-09 08:14 AM
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 ? tia2003-04-10 01:25 AM
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..