参数资料
型号: LPC11E13FBD48/301,
厂商: NXP Semiconductors
文件页数: 5/8页
文件大小: 0K
描述: IC MCU 32BIT 24K 48LQFP
产品培训模块: Code Density for LPC11xx
标准包装: 250
系列: LPC11Exx
核心处理器: ARM? Cortex?-M0
芯体尺寸: 32-位
速度: 50MHz
连通性: I²C,Microwire,SPI,SSI,SSP,UART/USART
外围设备: 欠压检测/复位,POR,WDT
输入/输出数: 40
程序存储器容量: 24KB(24K x 8)
程序存储器类型: 闪存
EEPROM 大小: 2K x 8
RAM 容量: 8K x 8
电压 - 电源 (Vcc/Vdd): 1.8 V ~ 3.6 V
数据转换器: A/D 8x10b
振荡器型: 内部
工作温度: -40°C ~ 85°C
封装/外壳: 48-LQFP
包装: 托盘
其它名称: 568-8572
ES_LPC11E1X
All information provided in this document is subject to legal disclaimers.
NXP B.V. 2013. All rights reserved.
Errata sheet
Rev. 2 — 1 February 2013
5 of 8
NXP Semiconductors
ES_LPC11E1x
Errata sheet LPC11E1x
3.2 I2C.1: In the slave-transmitter mode, the device set in the monitor
mode must write a dummy value of 0xFF into the DAT register
Introduction:
The I2C monitor allows the device to monitor the I2C traffic on the I2C bus in a
non-intrusive way.
Problem:
In the slave-transmitter mode, the device set in the monitor mode must write a dummy
value of 0xFF into the DAT register. If this is not done, the received data from the slave
device will be corrupted. To allow the monitor mode to have sufficient time to process the
data on the I2C bus, the device may need to have the ability to stretch the I2C clock.
Under this condition, the I2C monitor mode is not 100% non-intrusive.
Work-around:
When setting the device in monitor mode, enable the ENA_SCL bit in the MMCTRL
register to allow clock stretching.
Software code example to enable the ENA_SCL bit:
LPC_I2C_MMCTRL |= (1<<1); //Enable ENA_SCL bit
In the I2C ISR routine, for the status code related to the slave-transmitter mode, write the
value of 0xFF into the DAT register to prevent data corruption. In order to avoid stretching
the SCL clock, the data byte can be saved in a buffer and processed in the Main loop.
This ensures the SI flag is cleared as fast as possible.
Software code example for the slave-transmitter mode:
case 0xA8:
// Own SLA + R has been received, ACK returned
case 0xB0:
case 0xB8:
// data byte in DAT transmitted, ACK received
case 0xC0:
// (last) data byte transmitted, NACK received
case 0xC8:
// last data byte in DAT transmitted, ACK received
DataByte = LPC_I2C->DATA_BUFFER; //Save data. Data can be process in Main loop
LPC_I2C->DAT = 0xFF;
// Pretend to shift out 0xFF
LPC_I2C->CONCLR = 0x08;
// clear flag SI
break;
相关PDF资料
PDF描述
USB-A-S-S-B-SM2 USB TYPE A BLACK SNGL SMD
C8051F507-IM IC 8051 MCU 32K FLASH 32-QFN
USB-A-D-S-W-TH USB TYPE A WHITE DBL PCB
USBR-B-S-S-O-TH USB TYPE B 2.0 ORANGE SNGL T/H
USB-A-S-S-W-SM1 USB TYPE A WHITE SNGL SMD
相关代理商/技术参数
参数描述
LPC11E14F/401 制造商:NXP Semiconductors 功能描述:
LPC11E14FBD48/401 制造商:NXP Semiconductors 功能描述:MCU 32BIT ARM CORTEX M0 48LQFP 制造商:NXP Semiconductors 功能描述:MCU 32BIT ARM CORTEX-M0 48LQFP 制造商:NXP Semiconductors 功能描述:MCU, 32BIT, ARM CORTEX-M0, 48LQFP 制造商:NXP Semiconductors 功能描述:MCU, 32BIT, ARM CORTEX-M0, 48LQFP; Controller Family/Series:LPC11Exx; Core Size:32bit; No. of I/O's:40; Supply Voltage Min:1.8V; Supply Voltage Max:3.6V; Digital IC Case Style:LQFP; No. of Pins:48; Program Memory Size:32KB; EEPROM ;RoHS Compliant: Yes
LPC11E14FBD48/401, 功能描述:ARM微控制器 - MCU 32kB 4kB EE 10kB SRAM RoHS:否 制造商:STMicroelectronics 核心:ARM Cortex M4F 处理器系列:STM32F373xx 数据总线宽度:32 bit 最大时钟频率:72 MHz 程序存储器大小:256 KB 数据 RAM 大小:32 KB 片上 ADC:Yes 工作电源电压:1.65 V to 3.6 V, 2 V to 3.6 V, 2.2 V to 3.6 V 工作温度范围:- 40 C to + 85 C 封装 / 箱体:LQFP-48 安装风格:SMD/SMT
LPC11E14FBD64/401 制造商:NXP Semiconductors 功能描述:MCU 32BIT ARM CORTEX-M0 64L 制造商:NXP Semiconductors 功能描述:MCU, 32BIT, ARM CORTEX-M0, 64LQFP 制造商:NXP Semiconductors 功能描述:MCU, 32BIT, ARM CORTEX-M0, 64LQFP; Controller Family/Series:LPC11Exx; Core Size:32bit; No. of I/O's:54; Supply Voltage Min:1.8V; Supply Voltage Max:3.6V; Digital IC Case Style:LQFP; No. of Pins:64; Program Memory Size:32KB; EEPROM ;RoHS Compliant: Yes
LPC11E14FBD64/401, 功能描述:ARM微控制器 - MCU 32kB 4kB EE 10kB SRAM RoHS:否 制造商:STMicroelectronics 核心:ARM Cortex M4F 处理器系列:STM32F373xx 数据总线宽度:32 bit 最大时钟频率:72 MHz 程序存储器大小:256 KB 数据 RAM 大小:32 KB 片上 ADC:Yes 工作电源电压:1.65 V to 3.6 V, 2 V to 3.6 V, 2.2 V to 3.6 V 工作温度范围:- 40 C to + 85 C 封装 / 箱体:LQFP-48 安装风格:SMD/SMT