meaning of C and F in IC number
meaning of C and F in IC number
(OP)
what is meaning of 'C' in IC number 80C51 and meaning of 'f' in pic 16f773 controller
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
meaning of C and F in IC number
|
meaning of C and F in IC numbermeaning of C and F in IC number(OP)
what is meaning of 'C' in IC number 80C51 and meaning of 'f' in pic 16f773 controller
Red Flag SubmittedThank you for helping keep Eng-Tips Forums free from inappropriate posts. Reply To This ThreadPosting in the Eng-Tips forums is a member-only feature.Click Here to join Eng-Tips and talk with other members! |
ResourcesWhat is rapid injection molding? For engineers working with tight product design timelines, rapid injection molding can be a critical tool for prototyping and testing functional models. Download Now
The world has changed considerably since the 1980s, when CAD first started displacing drafting tables. Download Now
Prototyping has always been a critical part of product development. Download Now
As the cloud is increasingly adopted for product development, questions remain as to just how cloud software tools compare to on-premise solutions. Download Now
|
RE: meaning of C and F in IC number
RE: meaning of C and F in IC number
80C51: the "C" indicates that it's a Cmos part (rather than Nmos).
This means that the power consumption of the 80C51 is lower.
PIC16F773: the "F" indicates that it's got Flash programmable memory rather than Ultraviolet Erasable memory to store the program.
This means that the 16F773 can be reprogrammed with the need to use an Ultraviolet light source to erase the existing program in the device.
RE: meaning of C and F in IC number
RE: meaning of C and F in IC number