XR20V2170
Overview
Information | I²C/SPI UART with 64-Byte FIFO and Integrated RS-232 Transceiver |
---|---|
Data Bus Interface | I2C/SPI |
# of Channels | 1 |
Max Data Rate 3.3V (Mbps) | 0.25 |
Max Data Rate 2.5V (Mbps) | na |
Max Data Rate 1.8V (Mbps) | na |
Tx/Rx FIFO (Bytes) | 64/64 |
FIFO Level Counters | ✔ |
Program. Trigger Levels | ✔ |
Auto Flow Control | ✔ |
Auto RS-485 Half-Duplex Control | |
Multidrop (9-bit) Mode | |
Fractional Baud Rate Generator | |
Power Down Mode | |
Integrated Level Shifters | |
5V Tolerant Inputs | |
Supply Voltage Range VCC (V) | 2.97 to 3.63 |
No. of GPIOs | |
Max UART/GPIO Input Voltage (V) | |
Max UART/GPIO Output Voltage (V) | |
Temperature Range (°C) | -40 to 85 |
Package | QFN-40 |
The XR20V2170¹ (V2170) is a high performance universal asynchronous receiver and transmitter (UART) with 64 byte TX and RX FIFOs, a selectable I²C/SPI slave interface and RS232 transceiver. The V2170 operates from 2.25 to 3.63 volts. It is software compatible to the SC16CIS760/750/740, but with additional features such as a programmable fractional baud rate generator, and 8X and 4X sampling rate that allows for a maximum baud rate of 1 Mbps at 3.3V. The standard features include 16 selectable TX and RX FIFO trigger levels, automatic hardware (RTS/CTS) and software (Xon/Xoff) flow control, and a complete modem interface. Onboard registers provide the user with operational status and data error flags. An internal loopback capability allows system diagnostics. The V2170 is available in the 40-pin QFN.
NOTE: ¹Covered by U.S. Patent #5,649,122
- 2.25 to 3.6 Volt Operation
- S/W compatible to Philips' SC16IS760/750/740
- Selectable I²C/SPI Interface
- ESD protection for RS-232 I/O pins at
- +/-15kV - Human Body Model
- +/-15kV - IEC 61000-4-2, Air-Gap Discharge
- +/- 8kV - IEC 61000-4-2, Contact Discharge
- Full-featured UART
- Data rate of up to 1 Mbps at 3.3V
- Data rate of up to 1 Mbps at 2.5V
- Fractional Baud Rate Generator
- Transmit and Receive FIFOs of 64 bytes
- 16 Selectable TX and RX FIFO Trigger Levels
- Automatic Hardware (RTS/CTS) Flow Control
- Automatic Software (Xon/Xoff) Flow Control
- Halt and Resume Transmission Control
- Automatic RS-485 Half-duplex Direction Control Output via RTS#
- Automatic sleep mode (< 15 uA at 3.3V)
- General Purpose I/Os
- Full modem interface
- Crystal oscillator (up to 24MHz) or external clock (up to 64MHz) input
- 40-QFN packages
- Pb-Free, RoHS Compliant Versions Offered
- Portable Appliances
- Battery-Operated Devices
- Cellular Data Devices
- Factory Automation and Process Controls
Documentation & Design Tools
Type | Title | Version | Date | File Size |
---|---|---|---|---|
Data Sheets | XR20V2170 I2C/SPI UART with 64-Byte FIFO and RS232 Transceiver | 1.0.1 | June 2011 | 988.7 KB |
Application Notes | AN-204, UART Sleep Mode | 1.0.0 | June 2010 | 515.8 KB |
Application Notes | DAN-189, MaxLinear UARTs in GPS Applications | 1.0.0 | April 2008 | 139 KB |
Schematics & Design Files | I2C/SPI Eval Board Schematic | 1.1.0 | July 2007 | 83.9 KB |
Product Brochures | Interface Brochure | R02 | November 2024 | 3.6 MB |
Software: Drivers | Linux 3.x.x & later | 1.4.0 | August 2024 | 24.4 KB |
Parts & Purchasing
Part Number | Pkg Code | Min Temp | Max Temp | Status | Suggested Replacement | PDN |
---|---|---|---|---|---|---|
XR20V2170IL40-F | QFN40 6x6 OPT3 | -40 | 85 | OBS | XR20M1170IL16-F ,SP3243EUCR-L | |
XR20V2170IL40TR-F | QFN40 6x6 OPT3 | -40 | 85 | OBS | XR20M1170IL16TR-F ,SP3243EUCR-L/TR |
Active - the part is released for sale, standard product.
EOL (End of Life) - the part is no longer being manufactured, there may or may not be inventory still in stock.
CF (Contact Factory) - the part is still active but customers should check with the factory for availability. Longer lead-times may apply.
PRE (Pre-introduction) - the part has not been introduced or the part number is an early version available for sample only.
OBS (Obsolete) - the part is no longer being manufactured and may not be ordered.
NRND (Not Recommended for New Designs) - the part is not recommended for new designs.
Packaging
Pkg Code | Details | Quantities | Dimensions |
---|---|---|---|
QFN40 6x6 OPT3 |
|
|
|
Notifications
FAQs & Support
Search our list of FAQs for answers to common technical questions.
For material content, environmental, quality and reliability questions review the Quality tab or visit our Quality page.
For ordering information and general customer service visit our Contact Us page.
Submit a Technical Support Question As a New Question
The Parts & Purchasing section of the product page shows the Status of all orderable part numbers for that product. Click Show obsolete parts, to see all EOL or OBS products.
Please check that all the following conditions are satisfied first.
- no interrupts pending (ISR bit-0 = 1)
- modem inputs are not toggling (MSR bits 0-3 = 0)
- RX input pin is idling HIGH • divisor (the value in DLL register) is non-zero
- TX and RX FIFOs are empty
Be sure sleep mode bit has been set to 1. If there are multiple UART channels, the sleep conditions must be true for all channels.
See more on Sleep Mode in AN204 UART Sleep Mode.
Yes. Note: some devices do have powersave mode. If UART goes into powersave mode, then the registers are not accessible.
See more on Sleep Mode in AN204 UART Sleep Mode.
Read LSR register to check whether the UART receives the data or not.
- If LSR value is 0x60, it means that either UART receiver FIFO doesn’t receive the data or the data in receiver FIFO has been read out before the read of LSR.
- If LSR value is 0x00, it means data is still in the THR (clock doesn’t oscillate to transmit data).
- If LSR value is 0xFF, it means either UART is in powersave mode or UART is powered off. For those devices with powersave mode, be sure that UARTS are not in powersave mode.
See more on Sleep Mode in AN204 UART Sleep Mode.
- Check whether the register set can be accessed.
- Check whether the crystal is oscillating fully.
- Check whether the data can be transmitted in internal loopback mode.
See more on Sleep Mode in AN204 UART Sleep Mode.