参数资料
型号: PIC24FJ256GA106-I/MR
厂商: Microchip Technology
文件页数: 3/18页
文件大小: 0K
描述: IC PIC MCU FLASH 256K 64-QFN
特色产品: PIC24FJ/33FJ MCUs & dsPIC? DSCs
标准包装: 40
系列: PIC® 24F
核心处理器: PIC
芯体尺寸: 16-位
速度: 32MHz
连通性: I²C,PMP,SPI,UART/USART
外围设备: 欠压检测/复位,POR,PWM,WDT
输入/输出数: 53
程序存储器容量: 256KB(85.5K x 24)
程序存储器类型: 闪存
RAM 容量: 16K x 8
电压 - 电源 (Vcc/Vdd): 2 V ~ 3.6 V
数据转换器: A/D 16x10b
振荡器型: 内部
工作温度: -40°C ~ 85°C
封装/外壳: 64-VFQFN 裸露焊盘
包装: 管件
产品目录页面: 648 (CN2011-ZH PDF)
配用: 876-1004-ND - PIC24 BREAKOUT BOARD
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描述
PIC18F4525-I/P IC MCU FLASH 24KX16 40DIP
PIC18F2480-I/ML IC PIC MCU FLASH 8KX16 28QFN
PIC24HJ256GP206-I/PT IC PIC MCU FLASH 256X16 64TQFP
DSPIC30F4013-20I/ML IC DSPIC MCU/DSP 48K 44QFN
DSPIC33FJ128GP804-I/ML IC DSPIC MCU/DSP 128K 44QFN
相关代理商/技术参数
参数描述
PIC24FJ256GA106T-I/MR 制造商:Microchip Technology Inc 功能描述:16-BIT, 16 MIPS 256KB FLASH, 8 - Tape and Reel 制造商:Microchip Technology Inc 功能描述:PIC24 Series 16 kB RAM 256 kB Flash 16-Bit Digital Signal Controller - QFN-64
PIC24FJ256GA106T-I/PT 功能描述:16位微控制器 - MCU 16B 16 MIPS 192KB 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
PIC24FJ256GA108 制造商:MICROCHIP 制造商全称:Microchip Technology 功能描述:PIC24FJ256GA110 Family Silicon Errata and Data Sheet Clarification
PIC24FJ256GA108-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
PIC24FJ256GA108-I/PT 功能描述:16位微控制器 - MCU 16B 16 MIPS 256KB RAM 69 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