參數(shù)資料
型號: LPC47U33x
廠商: SMSC Corporation
英文描述: 100 Pin Enhanced Super I/O for LPC Bus with Consumer Features and SMBus Controller
中文描述: 100引腳增強(qiáng)的超級I / LPC總線為O與消費(fèi)特點(diǎn)和SMBus控制器
文件頁數(shù): 109/252頁
文件大?。?/td> 1000K
代理商: LPC47U33X
第1頁第2頁第3頁第4頁第5頁第6頁第7頁第8頁第9頁第10頁第11頁第12頁第13頁第14頁第15頁第16頁第17頁第18頁第19頁第20頁第21頁第22頁第23頁第24頁第25頁第26頁第27頁第28頁第29頁第30頁第31頁第32頁第33頁第34頁第35頁第36頁第37頁第38頁第39頁第40頁第41頁第42頁第43頁第44頁第45頁第46頁第47頁第48頁第49頁第50頁第51頁第52頁第53頁第54頁第55頁第56頁第57頁第58頁第59頁第60頁第61頁第62頁第63頁第64頁第65頁第66頁第67頁第68頁第69頁第70頁第71頁第72頁第73頁第74頁第75頁第76頁第77頁第78頁第79頁第80頁第81頁第82頁第83頁第84頁第85頁第86頁第87頁第88頁第89頁第90頁第91頁第92頁第93頁第94頁第95頁第96頁第97頁第98頁第99頁第100頁第101頁第102頁第103頁第104頁第105頁第106頁第107頁第108頁當(dāng)前第109頁第110頁第111頁第112頁第113頁第114頁第115頁第116頁第117頁第118頁第119頁第120頁第121頁第122頁第123頁第124頁第125頁第126頁第127頁第128頁第129頁第130頁第131頁第132頁第133頁第134頁第135頁第136頁第137頁第138頁第139頁第140頁第141頁第142頁第143頁第144頁第145頁第146頁第147頁第148頁第149頁第150頁第151頁第152頁第153頁第154頁第155頁第156頁第157頁第158頁第159頁第160頁第161頁第162頁第163頁第164頁第165頁第166頁第167頁第168頁第169頁第170頁第171頁第172頁第173頁第174頁第175頁第176頁第177頁第178頁第179頁第180頁第181頁第182頁第183頁第184頁第185頁第186頁第187頁第188頁第189頁第190頁第191頁第192頁第193頁第194頁第195頁第196頁第197頁第198頁第199頁第200頁第201頁第202頁第203頁第204頁第205頁第206頁第207頁第208頁第209頁第210頁第211頁第212頁第213頁第214頁第215頁第216頁第217頁第218頁第219頁第220頁第221頁第222頁第223頁第224頁第225頁第226頁第227頁第228頁第229頁第230頁第231頁第232頁第233頁第234頁第235頁第236頁第237頁第238頁第239頁第240頁第241頁第242頁第243頁第244頁第245頁第246頁第247頁第248頁第249頁第250頁第251頁第252頁
109
serviceIntr = 1 Disables the DMA and all of the
service interrupts.
serviceIntr = 0 Enables the selected interrupt
condition. If the interrupting condition is valid,
then the interrupt is generated immediately
when this bit is changed from a 1 to a 0. This
can occur during Programmed I/O if the number
of bytes removed or added from/to the FIFO
does not cross the threshold.
An interrupt is generated when:
1. For DMA transfers: When serviceIntr is 0,
dmaEn is 1 and the DMA TC cycle is
received.
2. For Programmed I/O:
a.
When serviceIntr is 0, dmaEn is 0,
direction
is
writeIntrThreshold or more free bytes in
the FIFO. Also, an interrupt is
generated when serviceIntr is cleared
to
0
whenever
writeIntrThreshold or more free bytes in
the FIFO.
b.
When serviceIntr is 0, dmaEn is 0,
direction
is
readIntrThreshold or more bytes in the
FIFO. Also, an interrupt is generated
when serviceIntr is cleared to 0
whenever there are readIntrThreshold
or more bytes in the FIFO.
3. When nErrIntrEn is 0 and nFault transitions
from high to low or when nErrIntrEn is set
from 1 to 0 and nFault is asserted.
4. When ackIntEn is 1 and the nAck signal
transitions from a low to a high.
0
and
there
are
there
are
1
and
there
are
FIFO Operation
The FIFO threshold is set in the chip
configuration registers. All data transfers to or
from the parallel port can proceed in DMA or
Programmed I/O (non-DMA) mode as indicated
by the selected mode. The FIFO is used by
selecting the Parallel Port FIFO mode or ECP
Parallel Port Mode. (FIFO test mode will be
addressed separately.) After a reset, the FIFO
is disabled. Each data byte is transferred by a
Programmed I/O cycle or DMA cycle depending
on the selection of DMA or Programmed I/O
mode.
The following paragraphs detail the operation of
the FIFO flow control. In these descriptions,
<threshold> ranges from 1 to 16. The parameter
FIFOTHR, which the user programs, is one less
and ranges from 0 to 15.
A low threshold value (i.e. 2) results in longer
periods of time between service requests, but
requires faster servicing of the request for both
read and write cases. The host must be very
responsive to the service request. This is the
desired case for use with a "fast" system. A
high value of threshold (i.e. 12) is used with a
"sluggish" system by affording a long latency
period after a service request, but results in
more frequent service requests.
DMA Transfers
DMA transfers are always to or from the
ecpDFifo, tFifo or CFifo. DMA utilizes the
standard PC DMA services. To use the DMA
transfers, the host first sets up the direction and
state as in the programmed I/O case. Then it
programs the DMA controller in the host with the
desired count and memory address. Lastly it
sets dmaEn to 1 and serviceIntr to 0. The ECP
requests DMA transfers from the host by
encoding the nLDRQ pin. The DMA will empty
or fill the FIFO using the appropriate direction
and mode. When the terminal count in the DMA
controller is reached, an interrupt is generated
and serviceIntr is asserted, disabling DMA. In
order to prevent possible blocking of refresh
requests a DMA cycle shall not be asserted for
more than 32 DMA cycles in a row. The FIFO is
enabled directly by the host initiating a DMA
cycle for the requested channel, and addresses
need not be valid. An interrupt is generated
when a TC cycle is received. (Note: The only
way to properly terminate DMA transfers is with
a TC cycle.)
DMA may be disabled in the middle of a transfer
by first disabling the host DMA controller. Then
setting serviceIntr to 1, followed by setting
dmaEn to 0, and waiting for the FIFO to become
相關(guān)PDF資料
PDF描述
LPC870-FJ Mini SIDELED
LPC870-G Mini SIDELED
LPC870-GK Mini SIDELED
LPC870-H Mini SIDELED
LPD-80A PHOTODARLINGTON
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
LPC5020 制造商:ABCO 制造商全稱:ABCO 功能描述:Shape & Dimensions / Recommended Solder Land Pattern
LPC54101J256BD64QL 功能描述:ARM? Cortex?-M4 LPC54100 Microcontroller IC 32-Bit 100MHz 256KB (256K x 8) FLASH 64-LQFP (10x10) 制造商:nxp semiconductors 系列:LPC54100 包裝:托盤 零件狀態(tài):有效 核心處理器:ARM? Cortex?-M4 核心尺寸:32-位 速度:100MHz 連接性:I2C,SPI,UART/USART 外設(shè):欠壓檢測/復(fù)位,POR,PWM,WDT I/O 數(shù):50 程序存儲容量:256KB(256K x 8) 程序存儲器類型:閃存 EEPROM 容量:- RAM 容量:104K x 8 電壓 - 電源(Vcc/Vdd):1.62 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:A/D 12x12b 振蕩器類型:內(nèi)部 工作溫度:-40°C ~ 105°C(TA) 封裝/外殼:64-LQFP 供應(yīng)商器件封裝:64-LQFP(10x10) 標(biāo)準(zhǔn)包裝:160
LPC54101J256UK49Z 功能描述:ARM? Cortex?-M4 LPC54100 Microcontroller IC 32-Bit 100MHz 256KB (256K x 8) FLASH 49-WLCSP (3.29x3.29) 制造商:nxp semiconductors 系列:LPC54100 包裝:剪切帶(CT) 零件狀態(tài):有效 核心處理器:ARM? Cortex?-M4 核心尺寸:32-位 速度:100MHz 連接性:I2C,SPI,UART/USART 外設(shè):欠壓檢測/復(fù)位,POR,PWM,WDT I/O 數(shù):39 程序存儲容量:256KB(256K x 8) 程序存儲器類型:閃存 EEPROM 容量:- RAM 容量:104K x 8 電壓 - 電源(Vcc/Vdd):1.62 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:A/D 12x12b 振蕩器類型:內(nèi)部 工作溫度:-40°C ~ 105°C(TA) 封裝/外殼:49-UFBGA,WLCSP 供應(yīng)商器件封裝:49-WLCSP(3.29x3.29) 標(biāo)準(zhǔn)包裝:1
LPC54101J512BD64QL 功能描述:ARM? Cortex?-M4 LPC54100 Microcontroller IC 32-Bit 100MHz 512KB (512K x 8) FLASH 64-LQFP (10x10) 制造商:nxp semiconductors 系列:LPC54100 包裝:托盤 零件狀態(tài):有效 核心處理器:ARM? Cortex?-M4 核心尺寸:32-位 速度:100MHz 連接性:I2C,SPI,UART/USART 外設(shè):欠壓檢測/復(fù)位,POR,PWM,WDT I/O 數(shù):50 程序存儲容量:512KB(512K x 8) 程序存儲器類型:閃存 EEPROM 容量:- RAM 容量:104K x 8 電壓 - 電源(Vcc/Vdd):1.62 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:A/D 12x12b 振蕩器類型:內(nèi)部 工作溫度:-40°C ~ 105°C(TA) 封裝/外殼:64-LQFP 供應(yīng)商器件封裝:64-LQFP(10x10) 標(biāo)準(zhǔn)包裝:160
LPC54101J512UK49Z 功能描述:ARM? Cortex?-M4 LPC54100 Microcontroller IC 32-Bit 100MHz 512KB (512K x 8) FLASH 49-WLCSP (3.29x3.29) 制造商:nxp semiconductors 系列:LPC54100 包裝:剪切帶(CT) 零件狀態(tài):有效 核心處理器:ARM? Cortex?-M4 核心尺寸:32-位 速度:100MHz 連接性:I2C,SPI,UART/USART 外設(shè):欠壓檢測/復(fù)位,POR,PWM,WDT I/O 數(shù):39 程序存儲容量:512KB(512K x 8) 程序存儲器類型:閃存 EEPROM 容量:- RAM 容量:104K x 8 電壓 - 電源(Vcc/Vdd):1.62 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:A/D 12x12b 振蕩器類型:內(nèi)部 工作溫度:-40°C ~ 105°C(TA) 封裝/外殼:49-UFBGA,WLCSP 供應(yīng)商器件封裝:49-WLCSP(3.29x3.29) 標(biāo)準(zhǔn)包裝:1