參數(shù)資料
型號(hào): LPC2366FBD100
廠商: NXP Semiconductors N.V.
元件分類: 數(shù)學(xué)處理器
英文描述: ARM7 with 256 kB flash, 58 kB SRAM, Ethernet, USB 2.0 Device, CAN, and 10-bit ADC
封裝: LPC2366FBD100<SOT407-1 (LQFP100)|<<http://www.nxp.com/packages/SOT407-1.html<1<Always Pb-free,;
文件頁(yè)數(shù): 6/18頁(yè)
文件大?。?/td> 220K
代理商: LPC2366FBD100
ES_LPC2366
All information provided in this document is subject to legal disclaimers.
NXP B.V. 2011. All rights reserved.
Errata sheet
Rev. 9 — 20 April 2011
6 of 18
NXP Semiconductors
ES_LPC2366
Errata sheet LPC2366
3.3 Ethernet.1: Setting up the Ethernet interface in RMII mode
Introduction:
The LPC2366 has an Ethernet interface, which can be interfaced with an off-chip PHY
using the RMII interface.
Problem:
The default configuration of the device does not enable the RMII interface.
Work-around:
To use the Ethernet interface in RMII mode write a 1 to bit 12 (P1.16) in PINSEL2 register
(located at 0xE002 C008). This workaround only applies for Rev ‘-’ devices and does not
apply for Rev ‘A’ and newer devices. In order to have both Rev ‘-’ and other revisions
coexist in the same piece of software, the MAC module ID can be used to identify the part
and determine if port pin P1.6 needs to be set or not.
Here are the steps (along with some sample code) to initialize the MAC based on the
module ID:
1. In master header file lLPC24xx.h, make sure Module ID is defined (Please note, this
ID register is not documented in the User's Manual).
#define MAC_BASE_ADDR
#define MAC_MODULEID (*(volatile unsigned long *)(MAC_BASE_ADDR + 0xFFC)) /*
Module ID reg (RO) */
0xFFE00000
2. In the beginning of the MAC initialization file, add below definition:
#define OLD_EMAC_MODULE_ID
0x3902 << 16) | 0x2000)
3. In MAC initialization routine, right after setting the EMAC clock in the PCONP register,
add a few lines as below:
/* Turn on the ethernet MAC clock in PCONP, bit 30 */
regVal = PCONP;
regVal |= PCONP_EMAC_CLOCK;
PCONP = regVal;
/*------------------------------------------------------
* Write to PINSEL2/3 to select the PHY functions on P1[17:0]
* P1.6, ENET-TX_CLK, has to be set for Rev '-' devices and it
* must not be set for Rev 'A’ and newer devices
*------------------------------------------------------*/
regVal = MAC_MODULEID;
if ( regVal == OLD_EMAC_MODULE_ID )
{
/* On Rev. '-', MAC_MODULEID should be equal to
OLD_EMAC_MODULE_ID, P1.6 should be set. */
PINSEL2 = 0x50151105;
/* selects P1[0,1,4,6,8,9,10,14,15] */
}
else
{
/* on rev. 'A', MAC_MODULEID should not equal to
相關(guān)PDF資料
PDF描述
LPC2367FBD100 ARM7 with 512 kB flash, 58 kB SRAM, Ethernet and 10-bit ADC
LPC2368FBD100 ARM7 with 512 kB flash, 58 kB SRAM, Ethernet, USB 2.0 Device, CAN, SD-MMC, and 10-bit ADC
LPC2377FBD144 Single-chip 16-bit-32-bit microcontrollers; 512 kB flash with ISP-IAP, Ethernet, USB 2.0, CAN, and 10-bit ADC-DAC
LPC2378FBD144 Single-chip 16-bit-32-bit microcontrollers; 512 kB flash with ISP-IAP, Ethernet, USB 2.0, CAN, and 10-bit ADC-DAC
LPC2387FBD100 Single-chip 16-bit-32-bit MCU; 512 kB flash with ISP-IAP, Ethernet, USB 2.0 device-host-OTG, CAN, and 10-bit ADC-DAC
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
LPC2366FBD100,551 功能描述:ARM微控制器 - MCU ARM7 256KF/USB/ENET RoHS:否 制造商:STMicroelectronics 核心:ARM Cortex M4F 處理器系列:STM32F373xx 數(shù)據(jù)總線寬度:32 bit 最大時(shí)鐘頻率:72 MHz 程序存儲(chǔ)器大小:256 KB 數(shù)據(jù) 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 安裝風(fēng)格:SMD/SMT
LPC2366FBD100/CP3298551 制造商:NXP 功能描述: 制造商:NXP Semiconductors 功能描述:
LPC2366FBD100551 制造商:NXP Semiconductors 功能描述:IC 32BIT MCU 72MHZ LQFP-100
LPC2366FBD100CP329 制造商:NXP 功能描述: 制造商:NXP Semiconductors 功能描述:
LPC2366FBD100-S 制造商:NXP Semiconductors 功能描述:MCU 16-Bit/32-Bit LPC2000 ARM7TDMI-S RISC 256KB Flash 3.3V 100-Pin LQFP Tray