Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[PIC] what is 'c' stands for in pic16xx

Status
Not open for further replies.

v.s.n.kumar

Member level 1
Joined
Dec 2, 2013
Messages
38
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
303
Hi,
can anybody tell what is the meaning of letter 'C' in pic16xx and what is the meaning of letter 'F' in pic18Fxx. please give information in detail.
 

C = CMOS
F = FLASH

Earlier devices used CMOS structures for the program memory, later they changed the the F series. They are basically the same as far as functionality is concerned but the F types can be electically erased and reprogrammed many times. In the C series, the only ones that could be reprogrammed had quartz windows and had to be exposed to UV light to erase them.

Brian.
 

PICxxFxx stands for flash program memory. That is, you can electrically write/erase this memory more than 1 time. This is very useful for the prototyping stages of your design - you may have missed a bug, that you can only catch when testing the device, so if you are using an F device, you simply reprogram it and continue testing. Furthermore, you can use the same chip in the future for a completely different purpose.

The C series use the so called OTP(One-Time Programmable) memory - once programmed, the memory could not be erased. These chips are generally cheaper than their F equivalents, but i think their only purpose is for mass production. For example, if prototype the design (and test it) using PICxxFxx, a cheaper way for mass production is to use the PICxxCxx equivalent chip.

Otherwise there is no difference between the chips. You may even notice that in many cases the same datasheet refers to both the F and the C series.

Cheers
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top