PDA

View Full Version : programming silvercard problems!!!


dookie76
10-24-2002, 02:02
I have a TE23 and when I try to program the external eeprom 24c256 with the icprog he gives me the mistake (Programming not suported)! How can I solve this?!

At once Thank you!

simemu
10-24-2002, 23:28
First, you must write the Flash file and then the EEPROM file.

Regards

dookie76
10-24-2002, 23:43
Yes, I write the pic 16f877 first and later the eeprom 24c256 that only gives me that mistake, I think that I need a compatible loader with the eeprom!

Milenko
10-25-2002, 08:50
Silvercard is 16f877 + 24c64 not 16f877 + 24c256 ...
Try to write 24c64

regards

dookie76
10-25-2002, 12:23
yes I know! but but my silvercard2 have the pic 16f877 and the eeprom 24c256! Then when I try to program the eeprom he gives me behind the mistake mentioned! Please give me a new solution!

Not to forget I have the programmer te23!

simemu
10-25-2002, 17:54
The ICProg must be correctly configurated according to the crystal of your Phoenix.

Read my page to see how to configure th ICProg.

Regards

jordik
10-29-2002, 18:21
SIEMEMU:
what is your page ?

callinas
10-29-2002, 23:31
www.simemu.com

MeMoCan
10-29-2002, 23:55
how can we find our pic2 card has 64 / 128 /256 eprom?

jordik
10-30-2002, 00:30
Originally posted by callinas
www.simemu.com


;)
Thanx man...

simemu
10-30-2002, 18:31
@MeMoCan

Follow these steps using ICProg:

1) Write in the flash the SIM-EMU_FL or any other loader.
2) Select the 24C256 device.
3) Put 1 at the 0000 position, 2 at the 2000 position, 3 at the 4000 and 4 at the 6000 position.
4) Write the EEPROM with this data without the ICProg verification activated.
5) Select the 24C64 device.
6) Read the EEPROM.

If there is 1 at the position 0000, the card has a 24c256.
If there is 3 at the position 0000, the card has a 24C128.
If there is 4 at the position 0000, the card has a 24C64.

Regards

MeMoCan
10-30-2002, 23:33
thank you simemu,
but i dont understand that,

Green kart means 16f877 + 24c128 / 256 is not it?
so if my eprom is 128 /256 this kart must be green kart, not silver. is this true? or not?

simemu
10-31-2002, 17:04
SilverCard -> 24c64
GreenCard -> 24c128
GreenCard 2 -> 24c256

Regards