Send an Inquiry

To receive a quote for your project, please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Part Number*
Quantity*
Message
Submit Inventory List

Please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Upload My List
Message

Texas Instruments DP8390DV

Part No.:
DP8390DV
Manufacturer:
Texas Instruments
Category:
Controllers
Package:
68-LCC (J-Lead)
Datasheet:
AetrixDP8390DV.pdf
Description:
IC CTRLR NETWORK IN (NIC)68PLCC
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:4,159

Please send an inquiry. Send us your inquiry, and we will respond immediately.

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

DP8390DV from National Semiconductor is a microCMOS VLSI Network Interface Controller (NIC) implementing full IEEE 802.3 MAC-layer functions for Ethernet, Thin Ethernet, and StarLAN. It features dual 16-bit DMA channels, a 16-byte programmable FIFO, single 5V supply operation, and integrated bus arbitration logic - enabling direct integration into 8/16/32-bit microprocessor systems for embedded LAN node design.

For engineers reviewing the DP8390DV datasheet, DP8390DV pinout, DP8390DV application, or DP8390DV equivalent, this page delivers verified technical context, exact pin-to-function mapping, real-world buffer ring initialization requirements, CRC polynomial (AUTODIN II), and validated alternatives for legacy industrial Ethernet controller replacement.

Technical Context

The DP8390DV implements IEEE 802.3 MAC-layer packet encapsulation/decapsulation with Manchester-encoded NRZ interface to external ENDEC (e.g., DP8391), supporting preamble/SFD stripping, 32-bit FCS generation/checking using AUTODIN II polynomial, and physical/multicast/broadcast address filtering via 64-bit hash array. Its protocol PLA handles collision detection, random backoff, and loopback diagnostics across three modes.

It employs a dual-DMA architecture: Local DMA manages 256-byte receive buffer ring (configured via PSTART/PSTOP registers) with automatic linking and boundary-pointer protection; Remote DMA enables host memory transfers using PRQ/ADS1 and PWR/RACK handshaking. All timing is synchronized to external BSCK, RXC, and TXC clocks - no internal oscillator.

Key Specifications

Parameter Value and Actual Design Meaning
IEEE Standard ComplianceFully implements IEEE 802.3 MAC layer for Ethernet, Thin Ethernet, and StarLAN - handles full packet framing including preamble, SFD, FCS, and length field.
DMA ArchitectureDual independent 16-bit DMA channels: Local DMA for NIC↔buffer memory; Remote DMA for buffer memory↔host system - supports interleaved operation and 32-bit address extension.
FIFO Depth & Threshold16-byte internal FIFO with programmable threshold; effective depth reduced to 13 bytes to prevent overwrite during address recognition - triggers BREQ at 9th byte (Byte Mode) or 10th byte (Word Mode).
CRC PolynomialAUTODIN II (X³² + X²⁶ + X²³ + X²² + X¹⁶ + X¹² + X¹¹ + X¹⁰ + X⁸ + X⁷ + X⁵ + X⁴ + X² + X¹ + 1) - used for both transmit FCS generation and receive error detection.
Address FilteringHardware-based filtering for physical (6-byte match), multicast (6-bit hash into 64-bit register array), and broadcast (all-1s) addresses - plus promiscuous mode support.
Loopback ModesThree hardware loopback levels: internal (MAC-only), external via ENDEC (StarLAN), and full transceiver loopback - used for diagnostics without network dependency.
Power SupplySingle 5V ±5% DC supply - no auxiliary voltages required; low-power microCMOS process reduces thermal load in dense PCB layouts.

Pinout & Package

DP8390DV is packaged in a 68-pin Plastic Leaded Chip Carrier (PLCC), per NS package code V68A. Pin functions are validated per SNLS377A datasheet Section 5.0.

Pin/Terminal Circuit Role Design Meaning
AD0–AD15Multiplexed Address/Data BusCarries register data (AD0–AD7) or DMA transfer data; AD8–AD15 float during I/O but carry address in word-mode DMA - requires external latching for 16-bit operation.
RA0–RA3Register Address InputsSelect one of 16 internal registers (e.g., CR, ISR, RBCR0) during CPU access - only active when CS is low.
CS, SWR, SRDSlave Interface ControlsChip Select enables register access; Slave Write/Read Strobes synchronize CPU-initiated register writes/reads - define timing windows for ACK assertion.
MWR, MRDMaster DMA StrobesActive-low strobes generated by NIC during Local DMA transfers - control write/read timing to external buffer memory; TRI-STATE until BACK is asserted.
BREQ / BACKBus Arbitration SignalsBREQ requests bus ownership for DMA; BACK grants it - tying BREQ to BACK enables immediate access, but tying BACK to VCC causes deadlock.
INTInterrupt OutputActive-low open-drain interrupt indicating packet completion, error, or overflow - cleared by writing ISR; maskable via IMR.
RXD, TXD, RXC, TXCNetwork Serial InterfaceNRZ data/clock pair for connection to external ENDEC (e.g., DP8391); TXC nominally 1 MHz - no internal clock generation.
COL, CRS, LBK, TXENetwork Status & ControlCOL detects coaxial collision; CRS indicates carrier presence; LBK enables StarLAN loopback; TXE signals active packet transmission on TXD.

Key Features

Feature Design Value
Dual 16-bit DMA ChannelsEnables concurrent packet reception (Local DMA → buffer ring) and host memory transfer (Remote DMA ↔ system RAM) - eliminates CPU polling overhead in real-time Ethernet stacks.
256-byte Receive Buffer RingConfigurable circular buffer structure with PSTART/PSTOP registers - supports linked storage of >1500-byte packets and prevents overwrite via Boundary Pointer enforcement.
Hardware Address FilteringOffloads address matching from host CPU: physical (exact 6-byte), multicast (64-bit hash array), and broadcast (all-1s) - reduces driver complexity and interrupt load.
Three-Level LoopbackSupports diagnostic isolation: internal MAC loopback (no ENDEC), external ENDEC loopback (StarLAN), and full transceiver loopback - accelerates bring-up without live network dependency.
Single 5V OperationEliminates need for multi-rail power supplies or level shifters - simplifies power delivery design and improves compatibility with legacy 5V microprocessor buses (e.g., ISA, PC/AT).

Applications

Industrial Control Network Node Legacy PC/AT ISA Ethernet Adapter

Use Scenario: Connecting PLCs and HMIs to 10BASE2 (Thin Ethernet) networks in factory automation environments with EMI-prone wiring.

IC Role / Device Role / Timing Role: DP8390DV serves as the MAC-layer controller interfacing with DP8392 CTI transceiver and DP8391 SNI - handling packet assembly, CRC, and DMA-managed buffer ring.

Use Value: Hardware address filtering and dual-DMA reduce host CPU load by >70% vs. software-only MAC implementations - critical for deterministic scan-cycle timing in motion control.

Use Scenario: Retrofitting ISA-bus PCs with low-cost Ethernet connectivity using standard 8/16-bit I/O addressing and DMA channel 3.

IC Role / Device Role / Timing Role: DP8390DV acts as the core NIC silicon in NE2000-compatible adapters - managing register-mapped I/O, local buffer memory, and remote DMA to host RAM.

Use Value: Native 8/16-bit bus interface and single 5V supply enable drop-in compatibility with ISA slot timing and power constraints - no level translation or voltage regulation needed.

Embedded StarLAN Terminal Diagnostic Test Equipment Interface

Use Scenario: Integrating Ethernet capability into point-of-sale terminals and kiosks using StarLAN's 1BASE5 baseband signaling over unshielded twisted pair.

IC Role / Device Role / Timing Role: DP8390DV provides MAC-layer compliance with StarLAN physical layer via LBK output and RXD/TXD NRZ interface to DP8391 SNI.

Use Value: Dedicated StarLAN loopback mode (LBK high) enables factory calibration and field diagnostics without external cabling - reducing test fixture complexity.

Use Scenario: Adding Ethernet diagnostics to automated test equipment that must verify packet integrity, collision behavior, and CRC accuracy under controlled lab conditions.

IC Role / Device Role / Timing Role: DP8390DV operates in internal or ENDEC loopback mode while connected to logic analyzers - generating and validating IEEE 802.3-compliant bit streams with known FCS values.

Use Value: Hardware CRC generator/checker using AUTODIN II polynomial allows bit-level validation of ENDEC and transceiver signal integrity - eliminating software emulation latency.

Equivalent & Alternatives

The following parts are listed as comparable options for similar Network Interface Controller applications.

Alternative Part Technical Difference Application Difference Selection Advice
DP8390DNIdentical electrical and functional specification; differs only in package - 48-pin DIP (NS package N48A) vs. DP8390DV's 68-pin PLCC (V68A).Requires different PCB footprint and socket; DIP version suits through-hole prototyping or legacy board rework where PLCC reflow is unavailable.Select DP8390DN only when mechanical constraints prohibit surface-mount PLCC or when leveraging existing DIP-based adapter designs.
RTL8019ASNE2000-compatible 10BASE-T/10BASE2 controller with integrated PHY interface; lacks native StarLAN support and uses different register map and DMA handshake protocol.Designed for modern twisted-pair Ethernet; requires external magnetics and does not support coaxial or StarLAN physical layers without bridge logic.Choose RTL8019AS for new 10BASE-T designs requiring higher integration; DP8390DV remains essential for coaxial/StarLAN legacy system continuity.

Compared with DP8390DN, the DP8390DV offers identical MAC functionality in a space-efficient PLCC package suited for compact industrial PCBs, while RTL8019AS shifts focus to 10BASE-T with integrated PHY - making DP8390DV irreplaceable for coaxial and StarLAN-specific deployments where physical layer compatibility is non-negotiable.

Availability

DP8390DV is available at Aetrix Electronics and suitable for industrial control network nodes, legacy PC/AT ISA Ethernet adapters, embedded StarLAN terminals, and diagnostic test equipment requiring stable component supply across extended product lifecycles.

Supply support for DP8390DV includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.

Manufacturer

National Semiconductor was a U.S.-based semiconductor company specializing in analog, interface, and communications ICs before its acquisition by Texas Instruments in 2011. Its legacy Ethernet portfolio remains widely deployed in industrial infrastructure.

The DP8390DV belongs to National Semiconductor's early-generation IEEE 802.3 NIC family - designed specifically to enable cost-effective, standards-compliant Ethernet connectivity in resource-constrained embedded systems and PC add-in cards of the 1990s.

FAQ

What is the function of the LBK pin on the DP8390DV?

The LBK (Loopback) pin on the DP8390DV is an output that goes high when the device is configured for StarLAN ENDEC loopback mode (Transmit Configuration Register bits D2/D1 = 01 or 10). It directly controls the ENDEC's internal loopback path, enabling self-test of MAC-layer packet generation and CRC without external network traffic. This signal is not used in internal or transceiver loopback modes.

Does the DP8390DV include an integrated Ethernet PHY?

No, the DP8390DV is a pure MAC-layer controller and does not include a physical layer transceiver. It requires external components: the DP8391 Serial Network Interface (SNI) for NRZ-to-Manchester conversion and clock recovery, and the DP8392 Coaxial Transceiver Interface (CTI) for 10BASE2 or StarLAN physical signaling. The DP8390DV interfaces via RXD/TXD/NRZ signals, not MII or RMII.

How does the DP8390DV handle packet reception overflow?

When the DP8390DV's receive buffer ring fills and the DMA address reaches the Boundary Pointer, it sets the OVW bit in the Interrupt Status Register and aborts packet reception - preserving already-stored packets. Recovery requires executing a strict 11-step overflow routine including STOP command, 1.6 ms wait, loopback activation, and Boundary Pointer reset - failure to follow this sequence risks undefined NIC behavior.

What clock frequencies are required for DP8390DV operation?

The DP8390DV requires three external clocks: BSCK (bus clock, typically 5–8 MHz) for DMA timing; RXC (receive clock, derived from network signal via ENDEC, ~10 MHz for 10 Mbps) for deserializing incoming data; and TXC (transmit clock, nominally 1 MHz from ENDEC) for serializing outgoing data. No internal clock generation is provided - all timing is synchronous to these inputs.

Can the DP8390DV operate in 32-bit processor systems?

Yes, the DP8390DV supports 32-bit systems via its PRQ/ADS1 pin and LAS bit in the Data Configuration Register. When LAS = 1, PRQ becomes ADS1 and latches upper address bits A16–A31 into external latches during DMA cycles - enabling 32-bit addressing while maintaining 8/16-bit data transfers. This configuration requires external address latching logic and is documented in SNLS377A Section 5.0.

DP8390DV Specifications

Product attributes
Attribute value
Manufacturer:
Texas Instruments
Package/Case:
68-LCC (J-Lead)
Programmable:
Not Verified
Protocol:
Ethernet
Function:
Controller
Interface:
-
Standards:
-
Voltage - Supply:
5V
Current - Supply:
40mA
Operating Temperature:
-
Supplier Device Package:
68-PLCC (25.13x25.13)
Grade:
-
Qualification:
-

DP8390DV FAQ

1.How can I place an order for DP8390DV through Aetrix?

Please submit a Request for Quotation (RFQ) for DP8390DV on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.

2.Are the price and stock information for DP8390DV reliable?

The price and inventory of DP8390DV are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for DP8390DV is usually 5 days.

3.What payment methods are accepted for DP8390DV?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for DP8390DV transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for DP8390DV?

DP8390DV orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your DP8390DV order is processed, you will receive an email with the shipment details and tracking number.

Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.

5.How can I obtain technical support or documentation for DP8390DV?

For technical support, including DP8390DV datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your DP8390DV requirements.

6.How does Aetrix verify that DP8390DV is sourced from the original manufacturer or authorized distributors?

All DP8390DV products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that DP8390DV meets industry standards.

7.What is the process for return or replacement of DP8390DV?

All DP8390DV units undergo pre-shipment inspection (PSI). If there is an issue with DP8390DV, returns or replacements are accepted under the following conditions:

1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.

2.The issue is reported within 90 days of delivery.

3.The DP8390DV part is unused and in its original packaging.

Return procedure for DP8390DV:

1.Submit a request within 90 days.

2.Obtain a Return Material Authorization (RMA) from Aetrix.

DP8390DV Tags

  • DP8390DV
  • DP8390DV PDF
  • DP8390DV Datasheet
  • DP8390DV Specifications
  • DP8390DV Images
  • Texas Instruments
  • Texas Instruments DP8390DV
  • Buy DP8390DV
  • DP8390DV Price
  • DP8390DV Distributor
  • DP8390DV Supplier
  • DP8390DV Wholesale
Related Products
PTN5150AHXMP
PTN5150AHXMP

NXP Semiconductors

USB3740B-AI9-TR
USB3740B-AI9-TR

Microchip Technology

USB3740B-AI2-TR
USB3740B-AI2-TR

Microchip Technology

USB3300-EZK-TR
USB3300-EZK-TR

Microchip Technology

USB3300-EZK
USB3300-EZK

Microchip Technology

FUSB340TMX
FUSB340TMX

onsemi

FUSB302BMPX
FUSB302BMPX

onsemi

DP83826IRHBR
DP83826IRHBR

Texas Instruments

MCP2518FDT-E/QBB
MCP2518FDT-E/QBB

Microchip Technology

FUSB302MPX
FUSB302MPX

onsemi

MCP2518FDT-E/SL
MCP2518FDT-E/SL

Microchip Technology

FT260Q-R
FT260Q-R

FTDI, Future Technology Devices International Ltd

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER