参数资料
型号: PIC24FJ256GB108T-I/PT
厂商: Microchip Technology
文件页数: 4/22页
文件大小: 0K
描述: IC PIC MCU FLASH 256K 80TQFP
产品培训模块: Asynchronous Stimulus
标准包装: 1,200
系列: PIC® 24F
核心处理器: PIC
芯体尺寸: 16-位
速度: 32MHz
连通性: I²C,SPI,UART/USART,USB OTG
外围设备: 欠压检测/复位,LVD,POR,PWM,WDT
输入/输出数: 65
程序存储器容量: 256KB(85.5K x 24)
程序存储器类型: 闪存
RAM 容量: 16K x 8
电压 - 电源 (Vcc/Vdd): 2 V ~ 3.6 V
数据转换器: A/D 16x10b
振荡器型: 内部
工作温度: -40°C ~ 85°C
封装/外壳: 80-TQFP
包装: 带卷 (TR)
配用: DM240011-ND - KIT STARTER MPLAB FOR PIC24F MCU
MA240014-ND - MODULE PLUG-IN PIC24
其它名称: PIC24FJ256GB108T-I/PTTR
PIC24FJ256GB110 FAMILY
DS80369N-page 12
2008-2011 Microchip Technology Inc.
36. 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
37. Module: USB (Device Mode)
In previous literature for this module, the
EPSTALL bits (U1EPn<1>) are described as
being only stall status indicator bits in Device
mode. In actual implementation, the EPSTALL
bits function as both status and control bits.
If the EPSTALL bit for endpoint ‘n’ is set (either
by the SIE hardware or manually in firmware),
both the IN and OUT endpoints, associated with
the endpoint, will send STALL packets when the
endpoint’s UOWN bit (BDnSTAT<15>) is also
set.
Work around
For Host Applications: No work around is
needed as hosts do not send STALL packets.
For Device Mode Applications: When it is neces-
sary to stop sending STALL packets on an
endpoint, clear the endpoint’s respective
BSTALL (BDnSTAT<10>) and EPSTALL bits. If
the application firmware was developed based
on one of the examples in the Microchip USB
framework, this is already the default behavior of
the USB stack firmware (except Version 2.8); no
further work around is normally needed.
If a Device mode application was based upon
Version 2.8 of the USB framework, and the
application uses STALL packets on any of the
application endpoints (1-15), it is suggested to
update the application to the latest version.
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描述
PIC24HJ128GP210T-I/PF IC PIC MCU FLASH 128KB 100TQFP
ISL54216IRUZ-T7A IC USB SWITCH SP3T DUAL 12UTQFN
PIC24HJ256GP206A-E/MR MCU 16BIT 256K FLASH 64QFN
ISL54227IRUZ-T7A IC USB SWITCH DUAL DPST 10TQFN
DSPIC30F2023-20E/ML IC DSPIC MCU/DSP 12K 44QFN
相关代理商/技术参数
参数描述
PIC24FJ256GB110 制造商:MICROCHIP 制造商全称:Microchip Technology 功能描述:64/80/100-Pin, 16-Bit Flash Microcontrollers with USB On-The-Go (OTG)
PIC24FJ256GB110-I/PF 功能描述:16位微控制器 - MCU 16B 16MIPS 256KB I/O RAM84 OTG 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
PIC24FJ256GB110-I/PT 功能描述:16位微控制器 - MCU 16B 16MIPS 256KB I/O RAM84 OTG 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
PIC24FJ256GB110-I/PT 制造商:Microchip Technology Inc 功能描述:; Leaded Process Compatible:Yes
PIC24FJ256GB110T-I/PF 功能描述:16位微控制器 - MCU 16B 16MIPS 256KB I/O RAM84 OTG 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