ISP1161A1BD,118 NXP Semiconductors, ISP1161A1BD,118 Datasheet - Page 36

ISP1161A1BD,118

Manufacturer Part Number
ISP1161A1BD,118
Description
Manufacturer
NXP Semiconductors
Datasheet

Specifications of ISP1161A1BD,118

Operating Temperature (max)
85C
Operating Temperature (min)
-40C
Operating Temperature Classification
Industrial
Mounting
Surface Mount
Lead Free Status / Rohs Status
Compliant
Philips Semiconductors
Table 6:
9397 750 13961
Product data
Observed items
Hc PInterrupt register
Bit 1 (ATLInt)
Bit 2 (AllEOTInterrupt)
HcBufferStatus register
Bit 2 (ATLBufferFull)
Bit 5 (ATLBufferDone)
USB Traffic on USB Bus
Run results of the C program example
9.5 HC operational model
// Write 80 (0x50) bytes of data into ATL buffer RAM
for (i=0;i<wCount;i++)
// Check EOT interrupt bit
// Check Buffer status register
//
// Read HC 16-bit registers
//
unsigned int HcRegRead(unsigned int wIndex)
}
//
// Write HC 16-bit registers
//
void HcRegWrite(unsigned int wIndex,unsigned int wValue)
Upon power-up, the HCD initializes all operational registers (32-bit). The
FSLargestDataPacket field (bits 30 to 16) of the HcFmInterval register (0DH to read,
8DH to write) and the HcLSThreshold register (11H to read, 91H to write) determine
{
outport(HcDataPort,PTDData[i]);
};
wData = HcRegRead(wHcuPInterrupt);
printf("\n HC Interrupt Status = %xH.\n",wData);
wData = HcRegRead(wHcBufferStatus);
printf("\n HC Buffer Status = %xH.\n",wData);
}
{ unsigned int wValue;
outport(HcCmdPort,wIndex & 0x7f);
wValue = inport(HcDataPort);
return(wValue);
{
outport(HcCmdPort,wIndex | 0x80);
outport(HcDataPort,wValue);
}
HC not initialized and not in
USBOperational state
0
1
1
0
No
Rev. 03 — 23 December 2004
HC initialized and in
USBOperational state
1
1
1
1
Yes
USB single-chip host and device controller
© Koninklijke Philips Electronics N.V. 2004. All rights reserved.
Comments
microprocessor must read ATL
transfer completed
transfer completed
PTD data processed by HC
OUT packets can be seen
ISP1161A1
35 of 136

Related parts for ISP1161A1BD,118