参数资料
型号: PIC16LF1824-E/ST
厂商: Microchip Technology
文件页数: 37/101页
文件大小: 0K
描述: IC MCU 8BIT 7KB FLASH 14TSSOP
标准包装: 96
系列: PIC® XLP™ mTouch™ 16F
核心处理器: PIC
芯体尺寸: 8-位
速度: 32MHz
连通性: I²C,SPI,UART/USART
外围设备: 欠压检测/复位,POR,PWM,WDT
输入/输出数: 11
程序存储器容量: 7KB(4K x 14)
程序存储器类型: 闪存
EEPROM 大小: 256 x 8
RAM 容量: 256 x 8
电压 - 电源 (Vcc/Vdd): 1.8 V ~ 3.6 V
数据转换器: A/D 8x10b
振荡器型: 内部
工作温度: -40°C ~ 125°C
封装/外壳: 14-TSSOP(0.173",4.40mm 宽)
包装: 管件
181
2552K–AVR–04/11
ATmega329/3290/649/6490
The UPEn bit is set if the next character that can be read from the receive buffer had a Parity
Error when received and the Parity Checking was enabled at that point (UPMn1 = 1). This bit is
valid until the receive buffer (UDRn) is read.
19.7.6
Disabling the Receiver
In contrast to the Transmitter, disabling of the Receiver will be immediate. Data from ongoing
receptions will therefore be lost. When disabled (i.e., the RXENn is set to zero) the Receiver will
no longer override the normal function of the RxD port pin. The Receiver buffer FIFO will be
flushed when the Receiver is disabled. Remaining data in the buffer will be lost
19.7.7
Flushing the Receive Buffer
The receiver buffer FIFO will be flushed when the Receiver is disabled, i.e., the buffer will be
emptied of its contents. Unread data will be lost. If the buffer has to be flushed during normal
operation, due to for instance an error condition, read the UDRn I/O location until the RXCn Flag
is cleared. The following code example shows how to flush the receive buffer.
Note:
19.8
Asynchronous Data Reception
The USART includes a clock recovery and a data recovery unit for handling asynchronous data
reception. The clock recovery logic is used for synchronizing the internally generated baud rate
clock to the incoming asynchronous serial frames at the RxD pin. The data recovery logic sam-
ples and low pass filters each incoming bit, thereby improving the noise immunity of the
Receiver. The asynchronous reception operational range depends on the accuracy of the inter-
nal baud rate clock, the rate of the incoming frames, and the frame size in number of bits.
19.8.1
Asynchronous Clock Recovery
The clock recovery logic synchronizes internal clock to the incoming serial frames. Figure 19-5
illustrates the sampling process of the start bit of an incoming frame. The sample rate is 16 times
the baud rate for Normal mode, and eight times the baud rate for Double Speed mode. The hor-
izontal arrows illustrate the synchronization variation due to the sampling process. Note the
larger time variation when using the Double Speed mode (U2Xn = 1) of operation. Samples
denoted zero are samples done when the RxD line is idle (i.e., no communication activity).
Assembly Code Example
USART_Flush:
sbis
UCSR0A, RXC0
ret
in
r16, UDR0
rjmp
USART_Flush
C Code Example(1)
void
USART_Flush( void )
{
unsigned char
dummy;
while
( UCSR0A & (1<<RXC0) ) dummy = UDR0;
}
相关PDF资料
PDF描述
PIC16LF1513-E/SO IC MCU 8BIT 7KB FLASH 28-SOIC
PIC16F1513-E/SO IC MCU 8BIT 7KB FLASH 28-SOIC
PIC16LF1825T-I/ST MCU PIC 14KB FLASH 14-TSSOP
PI90LV022WE IC LVDS MUX/REPEATER 16-SOIC
PIC16F1825T-I/ST MCU PIC 14K FLASH 1K RAM 14TSSOP
相关代理商/技术参数
参数描述
PIC16LF1824-I/ML 功能描述:8位微控制器 -MCU 7KB Flash 256B RAM 32 MHz Int Osc Core RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16LF1824-I/P 功能描述:8位微控制器 -MCU 7KB Flash 256B RAM 32 MHz Int Osc Core RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16LF1824-I/SL 功能描述:8位微控制器 -MCU 7KB Flash 256B RAM 32 MHz Int Osc Core RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16LF1824-I/ST 功能描述:8位微控制器 -MCU 7KB Flash 256B RAM 32 MHz Int Osc Core RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16LF1824T39A-I/ST 制造商:Microchip Technology 功能描述:MCU 8-bit PIC16 PIC RISC 7KB Flash 2.5V/3.3V 20-Pin TSSOP 制造商:Microchip Technology Inc 功能描述:PIC16LF1824 MICROCONTROLLER WITH 300-900 MHZ TRANSMITTER - Rail/Tube 制造商:Microchip Technology Inc 功能描述:IC MCU 8BIT FLASH 20TSSOP 制造商:Microchip Technology Inc 功能描述:PIC16LF1824 Microcontroller