EEWORLDEEWORLDEEWORLD

Part Number

Search

PIC16F874-04L301

Description
PIC16F874-04L301
CategoryThe embedded processor and controller    Microcontrollers and processors   
File Size3MB,200 Pages
ManufacturerMicrochip
Websitehttps://www.microchip.com
Download Datasheet Parametric View All

PIC16F874-04L301 Overview

PIC16F874-04L301

PIC16F874-04L301 Parametric

Parameter NameAttribute value
MakerMicrochip
package instructionQCCJ,
Reach Compliance Codecompliant
Has ADCYES
Address bus width
bit size8
maximum clock frequency20 MHz
DAC channelNO
DMA channelNO
External data bus width
JESD-30 codeS-PQCC-J44
length16.59 mm
Number of I/O lines33
Number of terminals44
On-chip program ROM width14
Maximum operating temperature70 °C
Minimum operating temperature
PWM channelYES
Package body materialPLASTIC/EPOXY
encapsulated codeQCCJ
Package shapeSQUARE
Package formCHIP CARRIER
ROM programmabilityFLASH
Maximum seat height4.57 mm
speed4 MHz
Maximum supply voltage5.5 V
Minimum supply voltage4 V
Nominal supply voltage5 V
surface mountYES
technologyCMOS
Temperature levelCOMMERCIAL
Terminal formJ BEND
Terminal pitch1.27 mm
Terminal locationQUAD
width16.59 mm
uPs/uCs/peripheral integrated circuit typeMICROCONTROLLER, RISC
PIC16F87X
28/40-pin 8-Bit CMOS FLASH Microcontrollers
Devices Included in this Data Sheet:
• PIC16F873
• PIC16F874
• PIC16F876
• PIC16F877
Pin Diagram
PDIP
MCLR/V
PP
/THV
RA0/AN0
RA1/AN1
RA2/AN2/V
REF
-
RA3/AN3/V
REF
+
RA4/T0CKI
RA5/AN4/SS
RE0/RD/AN5
RE1/WR/AN6
RE2/CS/AN7
V
DD
V
SS
OSC1/CLKIN
OSC2/CLKOUT
RC0/T1OSO/T1CKI
RC1/T1OSI/CCP2
RC2/CCP1
RC3/SCK/SCL
RD0/PSP0
RD1/PSP1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
40
39
38
37
36
35
34
33
32
31
30
29
28
27
26
25
24
23
22
21
RB7/PGD
RB6/PGC
RB5
RB4
RB3/PGM
RB2
RB1
RB0/INT
V
DD
V
SS
RD7/PSP7
RD6/PSP6
RD5/PSP5
RD4/PSP4
RC7/RX/DT
RC6/TX/CK
RC5/SDO
RC4/SDI/SDA
RD3/PSP3
RD2/PSP2
Microcontroller Core Features:
• High-performance RISC CPU
• Only 35 single word instructions to learn
• All single cycle instructions except for program
branches which are two cycle
• Operating speed: DC - 20 MHz clock input
DC - 200 ns instruction cycle
• Up to 8K x 14 words of FLASH Program Memory,
Up to 368 x 8 bytes of Data Memory (RAM)
Up to 256 x 8 bytes of EEPROM data memory
• Pinout compatible to the PIC16C73B/74B/76/77
• Interrupt capability (up to 14 sources)
• Eight level deep hardware stack
• Direct, indirect and relative addressing modes
• Power-on Reset (POR)
• Power-up Timer (PWRT) and
Oscillator Start-up Timer (OST)
• Watchdog Timer (WDT) with its own on-chip RC
oscillator for reliable operation
• Programmable code-protection
• Power saving SLEEP mode
• Selectable oscillator options
• Low-power, high-speed CMOS FLASH/EEPROM
technology
• Fully static design
• In-Circuit Serial Programming™ (ICSP) via two
pins
• Single 5V In-Circuit Serial Programming capability
• In-Circuit Debugging via two pins
• Processor read/write access to program memory
• Wide operating voltage range: 2.0V to 5.5V
• High Sink/Source Current: 25 mA
• Commercial and Industrial temperature ranges
• Low-power consumption:
- < 2 mA typical @ 5V, 4 MHz
- 20
µA
typical @ 3V, 32 kHz
- < 1
µA
typical standby current
Peripheral Features:
• Timer0: 8-bit timer/counter with 8-bit prescaler
• Timer1: 16-bit timer/counter with prescaler,
can be incremented during sleep via external
crystal/clock
• Timer2: 8-bit timer/counter with 8-bit period
register, prescaler and postscaler
• Two Capture, Compare, PWM modules
- Capture is 16-bit, max. resolution is 12.5 ns
- Compare is 16-bit, max. resolution is 200 ns
- PWM max. resolution is 10-bit
• 10-bit multi-channel Analog-to-Digital converter
• Synchronous Serial Port (SSP) with SPI
(Master
Mode) and I
2
C
(Master/Slave)
• Universal Synchronous Asynchronous Receiver
Transmitter (USART/SCI) with 9-bit address
detection
• Parallel Slave Port (PSP) 8-bits wide, with
external RD, WR and CS controls (40/44-pin only)
• Brown-out detection circuitry for
Brown-out Reset (BOR)
©
1999 Microchip Technology Inc.
PIC16F877/874
DS30292B-page 1
Discussion on designing object-oriented programs with C language --- a must for embedded design
Everyone, come and participate. I have been programming in C for some time. I have seen a platform SDK implemented with C object-oriented methods, which is great. I am still a novice in this area and ...
圆圈 Programming Basics
[I contribute to the XILINX Resource Center] Xilinx chip all PCI Express interface DMA source code
Xilinx chip all about PCI Express interface DMA source code...
wanghongyang FPGA/CPLD
What is the volatile keyword?
[i=s]This post was last edited by dontium on 2015-1-23 13:25[/i] Volatile reminds the compiler that the variable defined later may change at any time, so every time the compiled program needs to store...
虾段 Analogue and Mixed Signal
I feel that there is no problem with the reading and writing hardware in the program, but why does the writing fail? Please help me analyze it.
[code] MessageBox(_T("111111111111111"),NULL,MB_OK); /******************************** **********/ *ptPA[0]=0x00[color=#FF0000];//Write data successfully[/color] RunOrStopFlag=1; int pb1,pb4,pb5; pb1=...
pmns Embedded System
FLASH 8M-16 file system design, please give ideas, documents or codes
NAND FLASH, 8M or 16M, design a system to manage files, at least to create and delete files, read and write files. Please help me, introduce some documents, websites or code examples. Thank you....
wxiaojin Embedded System
Uncle Cat's FPGA Timing Constraint Tutorial
Timing constraints are one of the most basic and important steps in FPGA design, and of course, one of the difficulties. I believe that many friends have had the same experience as me, reading many ar...
arui1999 Download Centre

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 1882  1669  2312  757  296  38  34  47  16  6 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号