Hey Markd77

Thread Starter

R!f@@

Joined Apr 2, 2009
9,918
Got little problem with a :D
PIC16C712

It is already programmed but I can't seem to read the HEX file and also cannot ID check the chip.

Will the ID check work if code protection bits are set :confused:
 

bertus

Joined Apr 5, 2008
22,277
Hello R!f@@,

Is the PIC an OTP type?
Most C (CMOS) types are and can be programmed only once.
The F (flash) types can be programmed several times.

Bertus
 

Thread Starter

R!f@@

Joined Apr 2, 2009
9,918
Bugger!!!! I shud have known tht. :p

It is a 16C712.
Does C means one time programmable

{ed}
I did check the data, I think it is OTP
 

t06afre

Joined May 11, 2009
5,934
Hello R!f@@,

Is the PIC an OTP type?
Most C (CMOS) types are and can be programmed only once.
The F (flash) types can be programmed several times.

Bertus
Yes the 16Cxxxx says the chip is like an EPROM without the window. Sorry to say no point of return. And no reprogramming
 

bertus

Joined Apr 5, 2008
22,277
Hello,

In the C (cmos) version you have an EPROM as program memory.
In the F (Flash) version you have a FLASH memory as program memory.
See the datasheets to compare.(for the F version I have taken the closest).

Bertus
 

Attachments

Thread Starter

R!f@@

Joined Apr 2, 2009
9,918
Doggonit... I need to read this chip.
Is there any way to do this?

My Programmer, A Willem pro
 

t06afre

Joined May 11, 2009
5,934
It is perhaps possible but it will cost you a lot of money. I have heard about dodgy firms in China that can do such jobs. But if you are not the owner of the code inside. It is not legal.
 

Thread Starter

R!f@@

Joined Apr 2, 2009
9,918
Just trying to read what's inside the PIC to an ASM. I have a PIC file disassembler tht converts the HEX to as ASM
 
Top