Web Analytics
Datasheet 搜索 > 微控制器 > Microchip(微芯) > PIC16C74A-20I/PQ 数据手册 > PIC16C74A-20I/PQ 其他数据使用手册 2/8 页
PIC16C74A-20I/PQ
器件3D模型
114.072
导航目录
  • 技术参数、封装参数在P5
PIC16C74A-20I/PQ数据手册
Page:
of 8 Go
若手册格式错乱,请下载阅览PDF原文件
PIC16C74A
DS80089A-page 2 2001 Microchip Technology Inc.
3. Module: CCP (Compare Mode)
The special event trigger of the Compare mode
may not occur if both of the following conditions
exist:
An instruction, one cycle (T
CY) prior to a
Timer1/Compare register match has literal
data equal to the address of a CCP register
being used. Specific cases include:
An instruction in the same cycle as a
Timer1/Compare register match has an
MSb of 0.
The interrupt for the compare event will still be
generated, but no special event trigger will occur.
Work around
Use the Interrupt Service Routine instead of using
the special event trigger to reset Timer1 (and start
an A/D conversion, if applicable).
4. Module: SSP (SPI Mode)
When the SPI is using Timer2/2 as the clock
source, a shorter than expected SCK pulse may
occur on the first bit of the transmitted/received
data (Figure 1).
FIGURE 1: SCK PULSE VARIATION
USING TIMER2/2
Work around
To avoid producing the short pulse, turn off Timer2
and clear the TMR2 register, load the SSPBUF
with the data to transmit, and then turn Timer2
back on. Refer to Example 1 for sample code.
EXAMPLE 1: AVOIDING THE INITIAL
SHORT SCK PULSE
5. Module: SSP Module (I
2
C™ mode)
If the bus is active when the I
2
C mode is enabled,
and the next 8 bits of data on the bus match the
address of the device, then the SSP module will
generate an Acknowledge pulse.
Work around
Before enabling the I
2
C mode, ensure that the bus
is not active.
6. Module: Timer0
The TMR0 register may increment when the WDT
postscaler is switched to the Timer0 prescaler. If
TMR0 = FFh, this will cause TMR0 to overflow
(setting T0IF).
Work around
Follow the following sequence:
a) Read the 8-bit TMR0 register into the
W register
b) Clear the TMR0 register
c) Assign WDT postscaler to Timer0
d) Write W register to TMR0
Unit Register Literal Data
CCP1
CCPR1L 15h
CCPR1H 16h
CCP1CON 17h
CCP2
CCPR2L 1Bh
CCPR2H 1Ch
CCP2C0N 1Dh
SD0
SCK
Write SSPBUF
bit0=1 bit1=0 bit2=1
. . . .
BSF STATUS, RP0 ;Bank 1
LOOP BTFSS SSPSTAT,BF ;Data received?
;(Xmit complete?)
GOTO LOOP ;No
BCF STATUS, RP0 ;Bank 0
MOVF SSPBUF, W ;W = SSPBUF
MOVWF RXDATA ;Save in user RAM
MOVF TXDATA, W ;W = TXDATA
BCF T2CON, TMR2ON ;Timer2 off
CLR TMR2 ;Clear Timer2
MOVWF SSPBUF ;Xmit New data
BSF T2CON, TMR2ON ;Timer2 on

PIC16C74A-20I/PQ 数据手册

Microchip(微芯)
289 页 / 2.15 MByte
Microchip(微芯)
137 页 / 5.82 MByte
Microchip(微芯)
8 页 / 0.08 MByte
Microchip(微芯)
18 页 / 0.58 MByte

PIC16C74A20 数据手册

Microchip(微芯)
Microchip(微芯)
MICROCHIP  PIC16C74A-20/L  微控制器, 8位, 一次性可编程, PIC16C7xx, 10 MHz, 7 KB, 192 Byte, 44 引脚, LCC
Microchip(微芯)
PIC16C72/73(A)/74(A)/76/77 8 位微控制器Microchip 的 PIC16C 系列微控制器 8 位 CMOS MCU,将 Microchip 的 PIC® 体系架构融入到引脚和封装选件中,从节省空间的 14 引脚设备到功能丰富的 64 引脚设备。 现在由基于闪存的型号代替,这些设备在传统设计方面也仍受到欢迎。 对于新应用,应考虑 PIC16F 型号。 PIC16C72/73(A)/74(A)/76/77 系列微控制器基于 Microchip 中档体系结构,带 8 层硬件堆栈和 35 个 14 位指令。 这些 MCU 提供高达 5 MIPS、14 字节程序内存和 368 字节 RAM 的数据存储器。 板载是一个 RC 振荡器,精确度为 ±1%。### 特点35 个指令 8 级硬件堆栈 22 个输入/输出引脚 – PIC16C72/73/73A/76 33 个输入/输出引脚 – PIC16C74/74A/77 2 个捕获、比较、PWM (CCP) 模块 – 除 PIC16C72 外的所有型号,该型号具有 1 个模块 5 通道 8 位模拟到数字转换器 (ADC) – PIC16C72/73/73A/76 8 通道 8 位模拟到数字转换器 (ADC) – PIC16C74/74A/77 两个 8 位计时器 一个 16 位计时器 同步串行端口 (SSP),带有 SPI 和 I2C 通用同步异步接收器发射器 (USART/SCI) – 除 PIC16C72 外的所有型号 从并行端口 – 仅限型号 PIC16C74/74A/77 监控计时器 (WDT) 通电重置 (POR) 通电计时器 (PWRT) 振荡器启动计时器 (OST) 掉电重置 (BOR) 在线串行编程 (ICSP) ### PIC16 微控制器
Microchip(微芯)
PIC16 系列 192 B RAM 4 K x 14位 EPROM 8位 CMOS 微控制器 - PLCC-44
Microchip(微芯)
PIC16 系列 192 B RAM 4 K x 14位 EPROM 8位 CMOS 微控制器 - PDIP-40
Microchip(微芯)
MICROCHIP  PIC16C74A-20I/P  微控制器, 8位, 一次性可编程, PIC16C7xx, 10 MHz, 7 KB, 192 Byte, 40 引脚, DIP
Microchip(微芯)
8位CMOS微控制器与A / D转换器 8-Bit CMOS Microcontrollers with A/D Converter
Microchip(微芯)
8位CMOS微控制器与A / D转换器 8-Bit CMOS Microcontrollers with A/D Converter
Microchip(微芯)
8位CMOS微控制器与A / D转换器 8-Bit CMOS Microcontrollers with A/D Converter
Microchip(微芯)
器件 Datasheet 文档搜索
器件加载中...
AiEMA 数据库涵盖高达 72,405,303 个元件的数据手册,每天更新 5,000 多个 PDF 文件