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 SN74LS107ADRG4

Part No.:
SN74LS107ADRG4
Manufacturer:
Texas Instruments
Category:
Flip Flops
Package:
14-SOIC (0.154", 3.90mm Width)
Datasheet:
AetrixSN74LS107ADRG4.pdf
Description:
IC FF JK TYPE DUAL 1BIT 14SOIC
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:3,451

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

SN74LS107ADRG4 from Texas Instruments is a dual negative-edge-triggered J-K flip-flop with individual asynchronous clear inputs, fabricated in LS-TTL logic, operating at 0°C to 70°C, with typical propagation delay of 15 ns and maximum power dissipation of 50 mW per flip-flop, used in synchronous counter and state-machine control circuits.

For engineers reviewing the SN74LS107ADRG4 datasheet, SN74LS107ADRG4 pinout, SN74LS107ADRG4 application, or SN74LS107ADRG4 equivalent, this device supports discrete logic sequencing, clock-domain synchronization, and legacy TTL system upgrades where edge-triggered bistable operation with independent reset is required.

Technical Context

The SN74LS107ADRG4 implements two independent J-K flip-flops sharing no internal logic-each has dedicated J, K, clock (CLK), and active-low clear (/CLR) terminals. It uses bipolar transistor-transistor logic (TTL) with Schottky clamping for speed and noise immunity.

Operation is strictly negative-edge-triggered on CLK; both outputs (Q and /Q) change only on the falling edge of CLK when /CLR is high. Asynchronous /CLR overrides clock action and forces Q low regardless of J/K states.

Key Specifications

ParameterValue and Actual Design Meaning
Logic FamilyLS-TTL - ensures compatibility with 74LS-series systems and lower power than standard TTL.
Propagation Delay (tPLH/tPHL)15 ns max - defines minimum clock-to-output timing for reliable state capture in 33-MHz-equivalent logic cycles.
Supply Voltage (VCC)4.75 V to 5.25 V - requires regulated +5 V rail; not tolerant of wider input ranges.
Output Drive (IOH/IOL)-0.4 mA / 8 mA - supports fan-out of up to 20 LS-TTL inputs per output.
Operating Temperature0°C to +70°C - rated for commercial-grade PCB environments, not extended industrial or military ranges.
Power Dissipation (per FF)50 mW typical - enables dense placement without forced cooling in board-level logic arrays.

Pinout & Package

SN74LS107ADRG4 is housed in a 14-pin SOIC (Small Outline Integrated Circuit) package, 3.9 mm wide, 8.65 mm long, 1.75 mm max height, RoHS-compliant with NiPdAu lead finish and moisture sensitivity level 1 (unlimited floor life at ≤30°C/60% RH).

Pin/TerminalCircuit RoleDesign Meaning
1 (/CLR1)Asynchronous clear input for FF1Active-low; forces Q1 = 0 independently of clock or J1/K1; must be pulled high via ≥1 kΩ resistor if unused.
2 (J1)Data input J for FF1High = set Q1 on next CLK fall if K1 = 0; low = hold or reset depending on K1 state.
3 (K1)Data input K for FF1High = reset Q1 on next CLK fall if J1 = 0; complements behavior of J1 in toggle mode (J=K=1).
4 (Q1)True output of FF1Standard CMOS/TTL-compatible logic level; drives downstream gates directly.
5 (/Q1)Inverted output of FF1Complementary to Q1; eliminates need for external inverter in toggle or feedback paths.
6 (CLK1)Clock input for FF1Negative-edge sensitive; transition from HIGH to LOW triggers state evaluation and update.
7 (GND)Ground referenceCommon return path for all internal currents; must be low-impedance connection to system ground plane.
8 (CLK2)Clock input for FF2Independent of CLK1; allows dual-clock domain use or cascaded timing without gating.
9 (/Q2)Inverted output of FF2Matches /Q1 timing and drive strength; enables symmetrical feedback in ring counters.
10 (Q2)True output of FF2Electrically identical to Q1; supports parallel load or dual-channel status indication.
11 (K2)Data input K for FF2Functionally isolated from K1; permits independent control of second flip-flop.
12 (J2)Data input J for FF2Same truth-table behavior as J1 but electrically separate; no shared internal nodes.
13 (/CLR2)Asynchronous clear input for FF2Active-low reset for FF2 only; enables selective initialization without disturbing FF1.
14 (VCC)Positive supply+5 V nominal; bypass capacitor (0.1 µF ceramic) required within 10 mm of pin for noise suppression.

Key Features

FeatureDesign Value
Dual independent J-K flip-flopsEnables two-bit synchronous logic functions (e.g., 2-bit counter, shift register stage) in one IC without interdependence.
Negative-edge clock triggeringEliminates metastability risk from setup/hold violations during rising edges; simplifies clock tree design in mixed-edge systems.
Individual asynchronous clear (/CLR)Allows selective reset of either flip-flop without affecting the other-critical for partial state machine recovery.
LS-TTL compatible I/O levelsInterfaces directly with 74LS, 74ALS, and 74F families without level-shifting; maintains noise margin >0.4 V.
Low power consumption (vs. standard TTL)Reduces board-level heat density by ~50% compared to SN74107, easing thermal management in multi-device logic arrays.

Applications

Binary Counter StageState Machine Control

Use Scenario: Building a 4-bit binary up-counter using cascaded J-K flip-flops.

IC Role / Device Role / Timing Role: Each SN74LS107ADRG4 provides two stages; Q1 feeds CLK2 of next device, enabling ripple carry with predictable 30 ns total delay per bit.

Use Value: Eliminates need for external inverters or NAND gates to implement toggle mode (J=K=1), reducing component count by 33% vs. D-type alternatives.

Use Scenario: Implementing a 3-state traffic light controller with reset-on-failure capability.

IC Role / Device Role / Timing Role: One SN74LS107ADRG4 holds current state (red/yellow/green); /CLR1 resets to "red" on sensor fault signal.

Use Value: Independent /CLR pins allow immediate, deterministic state reversion without waiting for clock edge-critical for safety-critical timing.

Pulse Width Modulator SyncLegacy System Interface

Use Scenario: Synchronizing asynchronous encoder pulses to a master clock in motor control firmware.

IC Role / Device Role / Timing Role: SN74LS107ADRG4 captures incoming pulse edges on CLK1 while /CLR2 clears auxiliary latch on each cycle start.

Use Value: Negative-edge trigger avoids race conditions with rising-edge microcontroller interrupts; dual FFs enable edge detection and pulse stretching in same footprint.

Use Scenario: Replacing obsolete SN74107 in field-repaired industrial PLC backplanes.

IC Role / Device Role / Timing Role: Drop-in replacement with identical pinout, timing, and voltage specs-no PCB or firmware changes required.

Use Value: Maintains functional equivalence while improving power efficiency and noise immunity over original TTL version.

Equivalent & Alternatives

The following parts are listed as comparable options for similar dual J-K flip-flop applications.

Alternative PartTechnical DifferenceApplication DifferenceSelection Advice
SN74LS112DRAlso dual J-K with /PRE and /CLR, but positive-edge triggered; different clock polarity and pin assignment.Requires clock inversion or logic redesign; unsuitable for direct replacement where negative-edge timing is fixed in system.Select SN74LS112DR only when system clock architecture uses rising-edge synchronization and layout allows pinout adaptation.
SN74HC107DRCMOS variant with wider VCC range (2–6 V), lower ICC, but higher tpd (25 ns typ) and non-TTL input thresholds.Needs level-shifting for legacy TTL bus interfaces; incompatible with 5-V-only LS-systems without pull-up adjustments.Choose SN74HC107DR for battery-powered or mixed-voltage designs where power savings outweigh timing and interface compatibility trade-offs.

Compared with SN74LS112DR and SN74HC107DR, the SN74LS107ADRG4 delivers guaranteed negative-edge response, LS-TTL voltage compatibility, and minimal propagation delay-making it optimal for retrofitting or maintaining legacy 5-V synchronous logic where timing precision and interface fidelity are non-negotiable.

Availability

SN74LS107ADRG4 is available at Aetrix Electronics and suitable for industrial control panels, test equipment counters, legacy instrumentation upgrades, and educational logic labs requiring stable component supply across long production lifecycles.

Supply support for SN74LS107ADRG4 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

Texas Instruments is a U.S.-based semiconductor company founded in 1930, specializing in analog, embedded processing, and logic solutions with broad industrial and automotive qualification.

The SN74LS107ADRG4 belongs to TI's legacy 74LS logic family, designed specifically for robust, low-power, pin-compatible upgrades of original 7400-series TTL in commercial-grade digital systems.

FAQ

What logic family does SN74LS107ADRG4 belong to, and how does it differ from standard TTL?

SN74LS107ADRG4 belongs to the low-power Schottky (LS) TTL family. It differs from standard TTL (e.g., SN74107) by incorporating Schottky diodes to prevent transistor saturation, reducing propagation delay to 15 ns and cutting power consumption by ~50%. Its input thresholds and output drive remain fully compatible with other 74LS devices, enabling seamless integration into existing LS-based designs without redesign.

Does SN74LS107ADRG4 support master-slave or edge-triggered operation?

SN74LS107ADRG4 implements true negative-edge-triggered operation-not master-slave. State changes occur only on the falling edge of CLK, with setup and hold times referenced to that edge. There is no internal master latch; the device evaluates J and K inputs synchronously at the clock transition, providing deterministic behavior ideal for counters and finite-state machines.

Can SN74LS107ADRG4 operate with a 3.3-V supply?

No, SN74LS107ADRG4 requires a 4.75–5.25 V supply and is not specified for 3.3-V operation. Its input thresholds and output voltage levels are optimized for 5-V TTL logic families. Attempting 3.3-V operation results in undefined logic states, excessive propagation delay, and potential output contention. For 3.3-V systems, consider SN74LVC109 or similar CMOS alternatives.

Is SN74LS107ADRG4 pin-compatible with SN74107 or SN74LS107AN?

Yes, SN74LS107ADRG4 shares identical pinout and electrical specifications with SN74107 and SN74LS107AN. All are 14-pin dual J-K flip-flops with /CLR, J, K, CLK, Q, and /Q arranged identically. The 'D' suffix denotes SOIC packaging, while 'N' is PDIP-but functionally and electrically, SN74LS107ADRG4 is a direct replacement for both in commercial-temperature applications.

What is the maximum clock frequency supported by SN74LS107ADRG4?

SN74LS107ADRG4 does not specify a maximum clock frequency in its datasheet, but its 15 ns maximum propagation delay implies reliable operation up to approximately 33 MHz in ideal conditions. Real-world limits depend on setup/hold timing margins, load capacitance, and PCB routing; for stable 20-MHz counting, ensure CLK rise/fall times <5 ns and keep trace lengths short and terminated if necessary.

SN74LS107ADRG4 Specifications

Product attributes
Attribute value
Manufacturer:
Texas Instruments
Series:
74LS
Package/Case:
14-SOIC (0.154", 3.90mm Width)
Packaging:
Tape & Reel (TR)
Product Status:
Obsolete
Function:
Master Reset
Type:
JK Type
Output Type:
Complementary
Number of Elements:
2
Number of Bits per Element:
1
Clock Frequency:
45 MHz
Max Propagation Delay @ V, Max CL:
20ns @ 5V, 15pF
Trigger Type:
Negative Edge
Current - Output High, Low:
400µA, 8mA
Voltage - Supply:
4.75V ~ 5.25V
Current - Quiescent (Iq):
6 mA
Input Capacitance:
-
Operating Temperature:
0°C ~ 70°C (TA)
Grade:
-
Qualification:
-
Mounting Type:
Surface Mount
Supplier Device Package:
14-SOIC

SN74LS107ADRG4 FAQ

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

Please submit a Request for Quotation (RFQ) for SN74LS107ADRG4 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 SN74LS107ADRG4 reliable?

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

3.What payment methods are accepted for SN74LS107ADRG4?

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

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for SN74LS107ADRG4?

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

Once your SN74LS107ADRG4 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 SN74LS107ADRG4?

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

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

All SN74LS107ADRG4 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 SN74LS107ADRG4 meets industry standards.

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

All SN74LS107ADRG4 units undergo pre-shipment inspection (PSI). If there is an issue with SN74LS107ADRG4, 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 SN74LS107ADRG4 part is unused and in its original packaging.

Return procedure for SN74LS107ADRG4:

1.Submit a request within 90 days.

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

SN74LS107ADRG4 Tags

  • SN74LS107ADRG4
  • SN74LS107ADRG4 PDF
  • SN74LS107ADRG4 Datasheet
  • SN74LS107ADRG4 Specifications
  • SN74LS107ADRG4 Images
  • Texas Instruments
  • Texas Instruments SN74LS107ADRG4
  • Buy SN74LS107ADRG4
  • SN74LS107ADRG4 Price
  • SN74LS107ADRG4 Distributor
  • SN74LS107ADRG4 Supplier
  • SN74LS107ADRG4 Wholesale
Related Products
SN74HC74DR
SN74HC74DR

Texas Instruments

SN74HC74PWR
SN74HC74PWR

Texas Instruments

74LVC1G74GT,115
74LVC1G74GT,115

Nexperia USA Inc.

SN74LVC2G74DCUR
SN74LVC2G74DCUR

Texas Instruments

CD4013BM96
CD4013BM96

Texas Instruments

SN74HCT273PWR
SN74HCT273PWR

Texas Instruments

SN74LVC1G74DCUR
SN74LVC1G74DCUR

Texas Instruments

SN74HC574DWR
SN74HC574DWR

Texas Instruments

74LVC1G74DC,125
74LVC1G74DC,125

Nexperia USA Inc.

SN74HC273DWR
SN74HC273DWR

Texas Instruments

SN74HCT574DWR
SN74HCT574DWR

Texas Instruments

SN74LVC1G74DCTR
SN74LVC1G74DCTR

Texas Instruments

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER