参数资料
型号: PIC24FJ128GA110T-I/PT
厂商: Microchip Technology
文件页数: 3/18页
文件大小: 0K
描述: IC PIC MCU FLASH 100TQFP
标准包装: 1,200
系列: PIC® 24F
核心处理器: PIC
芯体尺寸: 16-位
速度: 32MHz
连通性: I²C,PMP,SPI,UART/USART
外围设备: 欠压检测/复位,LVD,POR,PWM,WDT
输入/输出数: 85
程序存储器容量: 128KB(43K x 24)
程序存储器类型: 闪存
RAM 容量: 16K x 8
电压 - 电源 (Vcc/Vdd): 2 V ~ 3.6 V
数据转换器: A/D 16x10b
振荡器型: 内部
工作温度: -40°C ~ 85°C
封装/外壳: 100-TQFP
包装: 带卷 (TR)
配用: MA240015-ND - BOARD MCV PIM FOR 24F256GA
DM240011-ND - KIT STARTER MPLAB FOR PIC24F MCU
其它名称: PIC24FJ128GA110T-I/PTTR
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描述
PIC18F44K22-I/PT IC PIC MCU 16KB FLASH 44TQFP
PIC24FJ128GA110T-I/PF IC PIC MCU FLASH 100TQFP
PIC18LF8393-I/PT IC PIC MCU FLASH 4KX16 80TQFP
PIC16F1946-I/PT IC MCU 8BIT FLASH 64TQFP
PIC16LF1939-I/ML IC MCU 8BIT FLASH 44QFN
相关代理商/技术参数
参数描述
PIC24FJ128GA202-I/MM 制造商:Microchip Technology Inc 功能描述:128KB FLASH, 8KB RAM, 16 MIPS, CRYPTO - Rail/Tube 制造商:Microchip Technology Inc 功能描述:IC PIC MCU FLASH 28QFN 制造商:Microchip Technology Inc 功能描述:128KB Flash, 8KB RAM, 16 MIPS, Crypto, 28 QFN-S 6x6x0.9mm TUBE
PIC24FJ128GA202-I/SO 制造商:Microchip Technology Inc 功能描述:IC PIC MCU FLASH 28SOIC 制造商:Microchip Technology Inc 功能描述:128KB Flash, 8KB RAM, 16 MIPS, Crypto, 28 SOIC .300in TUBE
PIC24FJ128GA202-I/SP 制造商:Microchip Technology Inc 功能描述:128KB FLASH, 8KB RAM, 16 MIPS, CRYPTO - Rail/Tube 制造商:Microchip Technology Inc 功能描述:IC PIC MCU FLASH 28SPDIP 制造商:Microchip Technology Inc 功能描述:128KB Flash, 8KB RAM, 16 MIPS, Crypto, 28 SPDIP .300in TUBE
PIC24FJ128GA202-I/SS 制造商:Microchip Technology Inc 功能描述:128KB FLASH, 8KB RAM, 16 MIPS, CRYPTO - Rail/Tube 制造商:Microchip Technology Inc 功能描述:IC PIC MCU FLASH 28SSOP 制造商:Microchip Technology Inc 功能描述:128KB Flash, 8KB RAM, 16 MIPS, Crypto, 28 SSOP .209in TUBE
PIC24FJ128GA202T-I/MM 制造商:Microchip Technology Inc 功能描述:128KB FLASH, 8KB RAM, 16 MIPS, CRYPTO - Tape and Reel 制造商:Microchip Technology Inc 功能描述:IC PIC MCU FLASH 28QFN 制造商:Microchip Technology Inc 功能描述:128KB Flash, 8KB RAM, 16 MIPS, Crypto, 28 QFN-S 6x6x0.9mm T/R