PDA

View Full Version : please help....goldcard and silver card


josemaover
02-15-2003, 17:23
I'm trying programed one silvercard 16f876 24c64 and goldcard 16f84-24c16 with multiprog xl2001 and phoneix programed, and used icprog. I always have the same error "ERROR PROGRAMED IN 0000H!".

For goldcard (16f84-24c16) used simpic and silvercard (16f876-24c64) used simemu 4.10

What happend?, Why can't I programed the flash of ther card?
What can I doing bad?
The programmers who I use are not worth?

please any idea?
Some URL where the process is explained well

Thanks.....

Pardon by my English

MeMoCan
02-16-2003, 00:26
use icprog for writing.
and use silver card. you can not write simemu to gold card

CopYkilL
02-16-2003, 10:50
Originally posted by josemaover
I always have the same error "ERROR PROGRAMED IN 0000H!".
Pardon by my English

0000H is not realy Error, only a read error when CP is enabled ...
IcProg make a verfying after program the card, disable the CODE PROTECTION in ICPROG (CP off)

simemu
02-16-2003, 15:48
As activating the CPD bit forbids futures readings of the internal EEPROM, (of course until a total erase of the flash), the procedure to program the flash when the CPD activation is desired is:

1) Activate the ICPRog verification after the programming.
2) Program the flash file without the CPD activated. The programming is correct if the verification of the code and the internal EEPROM areas is passed ok.
3) Activate the CPD and select the opction "Program Config".

If the CPD is activated from the beginning, always the verification will fail in the internal EPROM area, because the ICprog read and compare and, as the EEPROM is protected, the contents of this area is readed as zeroes and it fails the comparing of this area.

Regards

jsompis
02-17-2003, 04:06
u must select option "Verify duing the programming" if u want to activate CPD bit.

Best Regards,
JSompis

sheLLtox
02-17-2003, 10:04
are you using a laptop ?

I have same error,but only in my laptop...in my desktop work's fine

simemu
02-17-2003, 19:11
@jsompis

Be aware with that option. Look this copy&paste from the ICProg page http://www.ic-prog.net/index1.htm

UPDATE!!! : I have released a new (beta) version of IC-Prog 1.05A. I have done some bugfixes and added some new chips:

Added support for PIC 16F87xA family. This family does *NOT* support "Verify During Programming" !!

For this reason is better to use the verification after programming.

Regards

jsompis
02-18-2003, 02:24
@simemu

Thank for ur warning.

Best Regards,
JSompis