参数资料
型号: PIC24FJ192GA106-E/PT
厂商: Microchip Technology
文件页数: 3/18页
文件大小: 0K
描述: IC PIC MCU FLASH 192KB 64-TQFP
标准包装: 160
系列: PIC® 24F
核心处理器: PIC
芯体尺寸: 16-位
速度: 32MHz
连通性: I²C,PMP,SPI,UART/USART
外围设备: 欠压检测/复位,POR,PWM,WDT
输入/输出数: 53
程序存储器容量: 192KB(65.5K x 24)
程序存储器类型: 闪存
RAM 容量: 16K x 8
电压 - 电源 (Vcc/Vdd): 2 V ~ 3.6 V
数据转换器: A/D 16x10b
振荡器型: 内部
工作温度: -40°C ~ 125°C
封装/外壳: 64-TQFP
包装: 托盘
配用: MA240015-ND - BOARD MCV PIM FOR 24F256GA
DM240011-ND - KIT STARTER MPLAB FOR PIC24F MCU
2008-2011 Microchip Technology Inc.
DS80368L-page 11
PIC24FJ256GA110 FAMILY
31. Module: Output Compare (Interrupt)
Under certain circumstances, an output com-
pare match may cause the interrupt flag (OCxIF)
to become set prior to the Change-of-State
(COS) of the OCx pin. This has been observed
when all of the following are true:
the
module
is
in
One-Shot
mode
(OCM<2:0> = 001, 010 or 100);
one of the timer modules is being used as
the time base; and
a timer prescaler other than 1:1 is selected.
If the module is re-initialized by clearing
OCM<2:0> after the One-Shot compare, the
OCx pin may not be driven as expected.
Work around
After OCxIF is set, allow an interval (in CPU
cycles) of at least twice the prescaler factor to
elapse before clearing OCM<2:0>. For example,
for a prescaler value of 1:8, allow 16 CPU cycles
to elapse after the interrupt.
Affected Silicon Revisions
32. Module: UART
When using UTXISEL<1:0> = 01 (interrupt when
last character is shifted out of the Transmit Shift
Register), and the final character is being shifted
out through the Transmit Shift Register, the TX
interrupt may occur before the final bit is shifted
out.
Work around
If it is critical that the interrupt processing occurs
only when all transmit operations are complete,
after which, the following work around can be
implemented:
Hold off the interrupt routine processing by adding
a loop at the beginning of the routine that polls the
Transmit Shift Register empty bit, as shown in
Affected Silicon Revisions
EXAMPLE 2:
DELAYING THE ISR BY POLLING THE TRMT BIT
A3
A5
A6
XX
X
A3
A5
A6
XX
X
// in UART2 initialization code
...
U2STAbits.UTXISEL0
= 1;
// Set to generate TX interrupt when all
U2STAbits.UTXISEL1
= 0;
// transmit operations are complete.
...
U2TXInterrupt(void)
{
while(U2STAbits.TRMT==0);
// wait for the transmit buffer to be empty
...
// process interrupt
相关PDF资料
PDF描述
DEBB33A151KD1B CAP CER 150PF 1KV 10% RADIAL
GRM3167U1H680JZ01D CAP CER 68PF 50V 5% U2J 1206
PIC18F2480T-I/SO IC PIC MCU FLASH 8KX16 28SOIC
DEHR33A681KA2B CAP CER 680PF 1KV 10% RADIAL
RPER71H104K2S2A03A CAP CER 0.1UF 50V 10% RADIAL
相关代理商/技术参数
参数描述
PIC24FJ192GA106-I/MR 功能描述:16位微控制器 - MCU 16-bit 8192 byte RAM 16 MIPS 192KB Flash RoHS:否 制造商:Texas Instruments 核心:RISC 处理器系列:MSP430FR572x 数据总线宽度:16 bit 最大时钟频率:24 MHz 程序存储器大小:8 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:2 V to 3.6 V 工作温度范围:- 40 C to + 85 C 封装 / 箱体:VQFN-40 安装风格:SMD/SMT
PIC24FJ192GA106-I/PT 功能描述:16位微控制器 - MCU 16B 16MIPS 128KB RAM 53 I/O RoHS:否 制造商:Texas Instruments 核心:RISC 处理器系列:MSP430FR572x 数据总线宽度:16 bit 最大时钟频率:24 MHz 程序存储器大小:8 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:2 V to 3.6 V 工作温度范围:- 40 C to + 85 C 封装 / 箱体:VQFN-40 安装风格:SMD/SMT
PIC24FJ192GA106T-I/PT 功能描述:16位微控制器 - MCU 16B 16MIPS 128KB RAM 53 I/O RoHS:否 制造商:Texas Instruments 核心:RISC 处理器系列:MSP430FR572x 数据总线宽度:16 bit 最大时钟频率:24 MHz 程序存储器大小:8 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:2 V to 3.6 V 工作温度范围:- 40 C to + 85 C 封装 / 箱体:VQFN-40 安装风格:SMD/SMT
PIC24FJ192GA108 制造商:MICROCHIP 制造商全称:Microchip Technology 功能描述:PIC24FJ256GA110 Family Silicon Errata and Data Sheet Clarification
PIC24FJ192GA108-E/PT 功能描述:16位微控制器 - MCU 128KB Flash 16Kb RAM 69 I/O nanoWatt RoHS:否 制造商:Texas Instruments 核心:RISC 处理器系列:MSP430FR572x 数据总线宽度:16 bit 最大时钟频率:24 MHz 程序存储器大小:8 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:2 V to 3.6 V 工作温度范围:- 40 C to + 85 C 封装 / 箱体:VQFN-40 安装风格:SMD/SMT