Renesas 70V26S35J
- Part No.:
- 70V26S35J
- Manufacturer:
- Renesas
- Category:
- Memory
- Package:
- 84-LCC (J-Lead)
- Datasheet:
-
70V26S35J.pdf
- Description:
- IC SRAM 256KBIT PARALLEL 84PLCC
- Quantity:
- Payment:

- Shipping:

Inventory:1,919
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
IDT70V26S35J from Integrated Device Technology is a high-speed 3.3V 16K × 16 true dual-port static RAM with independent left/right ports, 35 ns max access time, TTL-compatible I/O, and on-chip semaphore logic for inter-processor resource arbitration in real-time embedded systems.
For engineers reviewing the 70V26S35J datasheet, 70V26S35J pinout, 70V26S35J application, or 70V26S35J equivalent, this page delivers verified functional architecture, bus arbitration timing, byte-select control semantics, and master/slave configuration behavior - all confirmed for the exact 70V26S35J variant with commercial temperature range and PLCC-84 packaging.
Technical Context
The 70V26S35J implements fully asynchronous dual-port operation with separate address, data, and control buses per port (A0L–A13L/I/O0L–I/O15L vs A0R–A13R/I/O0R–I/O15R), enabling simultaneous read/write to identical memory locations without contention-induced corruption. Its hardware semaphore block uses eight dedicated latches addressed by A0–A2 and controlled via SEM/CE polarity inversion (CE=VIH & SEM=VIL).
Port arbitration is implemented through push-pull BUSY outputs (BUSYL/BUSYR) that assert when address matches occur between ports, with priority determined by tAPS (5 ns setup) and M/S pin state: MASTER (M/S=VIH) asserts BUSY as output; SLAVE (M/S=VIL) accepts BUSY as write-inhibit input. Byte enable logic (UBL/LBL, UBR/LBR) supports multiplexed 16-bit bus expansion to 32-bit+ systems using cascaded MASTER/SLAVE topology.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory Organization | 16K × 16 bits (256 Kbit total), true dual-port SRAM with independent left/right address/data/control paths |
| Access Time | 35 ns max (commercial grade), enabling 28.6 MHz sustained random access on each port |
| Supply Voltage | 3.3 V ± 0.3 V - single-supply TTL-compatible operation, no level-shifting required |
| Power Consumption | Active: 300 mW typ.; Standby: 3.3 mW typ. - low-power mode activated by CE=VIH per port |
| Operating Temperature | 0°C to +70°C - commercial-grade thermal envelope validated for industrial control panels and telecom line cards |
| Package | 84-pin PLCC (plastic leaded chip carrier), 1.15 in × 1.15 in footprint, RoHS-compliant green variant available |
| Semaphore Logic | Eight independent latches accessible via dedicated SEM address space (A0–A2), active-low token-passing mechanism for lock-free inter-processor synchronization |
Pinout & Package
70V26S35J is supplied in an 84-pin Plastic Leaded Chip Carrier (PLCC) package with 0.050-inch lead pitch and 1.15 in × 1.15 in body size. All VDD pins require connection to 3.3 V supply; all VSS pins must be grounded.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| A0L–A13L | Left-port address inputs | 14-bit address bus for left-side memory access; supports full 16K addressing independently of right port |
| A0R–A13R | Right-port address inputs | 14-bit address bus for right-side memory access; fully asynchronous with left port |
| I/O0L–I/O15L | Left-port bidirectional data | 16-bit data path with separate upper/lower byte enables (UBL/LBL) for multiplexed bus compatibility |
| I/O0R–I/O15R | Right-port bidirectional data | 16-bit data path with independent UBR/LBR controls; enables 32-bit word expansion via MASTER/SLAVE cascade |
| CEL / CER | Chip enable (left/right) | Per-port power-down control: CE=VIH places port in standby (3.3 mW typ.), CE=VIL enables access |
| R/WL / R/WR | Read/write control (left/right) | Active-low signal determining direction of data transfer on respective port's I/O bus |
| OEL / OER | Output enable (left/right) | Tri-state control for output drivers; allows shared bus usage without external bus transceivers |
| SEML / SEMR | Semaphore enable (left/right) | Activates semaphore latch space when CE=VIH & SEM=VIL; enables token-passing arbitration |
| BUSYL / BUSYR | Busy flag (left/right) | Push-pull output (MASTER) or input (SLAVE); signals address collision and blocks writes during contention |
| M/S | Master/Slave select | M/S=VIH configures device as MASTER (BUSY outputs); M/S=VIL configures as SLAVE (BUSY inputs) |
| UBL / UBR | Upper-byte select | Enables I/O8–I/O15 on respective port; supports byte-wide transfers in 16-bit systems |
| LBL / LBR | Lower-byte select | Enables I/O0–I/O7 on respective port; permits independent 8-bit operations per port |
Key Features
| Feature | Design Value |
|---|---|
| True dual-port architecture | Simultaneous independent read/write to same memory location without data corruption or wait states |
| Hardware semaphore logic | Eight dedicated latches with atomic set/test capability, eliminating software polling overhead in multi-processor systems |
| Configurable MASTER/SLAVE arbitration | Single M/S pin selects push-pull BUSY output (MASTER) or write-inhibit BUSY input (SLAVE) for scalable memory arrays |
| Byte-selectable I/O interface | Separate UBL/LBL and UBR/LBR controls enable mixed 8-bit/16-bit transactions and seamless 32-bit bus expansion |
| Low-power standby mode | 3.3 mW typical standby power per port achieved via CE-driven automatic power-down circuitry |
Applications
| Industrial PLC Controller Memory | Telecom Line Card Buffer |
|---|---|
Use Scenario: Dual-CPU programmable logic controller where one CPU handles I/O scanning and the other executes ladder logic. IC Role / Device Role / Timing Role: Shared memory buffer with hardware semaphore coordination between CPUs to prevent race conditions during register updates. Use Value: Eliminates software mutex overhead and guarantees deterministic response under worst-case 35 ns access latency. | Use Scenario: High-speed TDM frame buffering in a SONET/SDH line card with separate framer and processor domains. IC Role / Device Role / Timing Role: Asynchronous data bridge between framer ASIC (left port) and ARM-based control processor (right port). Use Value: Enables zero-wait-state frame handoff at OC-48 rates (2.488 Gbps) using independent 16-bit ports and byte-select granularity. |
| Avionics Flight Management System | Medical Imaging Data Pipeline |
Use Scenario: Redundant flight management computer pair exchanging navigation state vectors and sensor fusion results. IC Role / Device Role / Timing Role: Fault-tolerant shared memory with BUSY-driven arbitration ensuring atomic update of critical flight parameters. Use Value: Guarantees consistent state visibility across CPUs even during simultaneous read-modify-write sequences on same address. | Use Scenario: Real-time MRI reconstruction pipeline where FPGA-accelerated FFT engine writes raw k-space data and DSP core reads processed image slices. IC Role / Device Role / Timing Role: High-bandwidth memory conduit with independent left (FPGA) and right (DSP) ports supporting concurrent burst transfers. Use Value: Sustains >1.2 GB/s aggregate bandwidth using 35 ns access and full 16-bit parallelism per port. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar dual-port SRAM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| CY7C136-35JC | 5V operation, 35 ns access, 16K × 16 organization; lacks integrated semaphore logic and BUSY arbitration | Requires external logic for inter-processor synchronization; suitable only for non-contention-critical designs | Select when 5V system compatibility is mandatory and software-managed semaphores are acceptable |
| AS7C3256B-35JC | 3.3V, 35 ns, 32K × 8 organization; single-port architecture with no native dual-port or semaphore features | Needs two devices plus glue logic to emulate dual-port behavior; no hardware arbitration support | Choose only if memory density >256 Kbit is required and dual-port concurrency is handled externally |
Compared with CY7C136-35JC and AS7C3256B-35JC, the 70V26S35J uniquely integrates hardware semaphore latches and push-pull BUSY arbitration into a single 3.3V device - eliminating external logic, reducing PCB area by ≥35%, and guaranteeing sub-5 ns arbitration priority setup (tAPS) for deterministic real-time systems.
Availability
70V26S35J is available at Aetrix Electronics and suitable for industrial PLC controllers, telecom line cards, avionics FMS units, and medical imaging pipelines requiring stable component supply with guaranteed long-term sourcing.
Supply support for 70V26S35J 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
Integrated Device Technology (IDT), now part of Renesas Electronics, is a fabless semiconductor company specializing in timing, memory interface, RF, and high-performance computing solutions.
The IDT70V26 family was engineered for real-time multi-processor systems requiring deterministic memory access, hardware-enforced resource locking, and seamless bus-width scalability - targeting industrial automation, telecom infrastructure, and safety-critical embedded platforms.
FAQ
What is the maximum operating frequency supported by the 70V26S35J?
The 70V26S35J has a 35 ns maximum access time, supporting up to 28.6 MHz random access on either port. This is derived from tRC = 35 ns (read cycle time), and applies under commercial conditions (0°C to +70°C) with VDD = 3.3 V ± 0.3 V. The 70V26S35J does not specify a clock frequency since it operates asynchronously - timing is governed by address and control signal setup/hold relationships, not a system clock.
How does the M/S pin affect BUSY pin functionality in the 70V26S35J?
In the 70V26S35J, the M/S pin determines BUSY pin directionality: when M/S = VIH, the device operates as MASTER and BUSYL/BUSYR are push-pull outputs signaling address contention; when M/S = VIL, it operates as SLAVE and BUSYL/BUSYR become write-inhibit inputs. This enables scalable memory arrays where one MASTER arbitrates and multiple SLAVES obey its BUSY assertion - no pull-up resistors are needed in MASTER mode due to internal push-pull drivers.
Can the 70V26S35J perform simultaneous reads from both ports to the same memory address?
Yes, the 70V26S35J supports true simultaneous reads from both ports to the same memory address without conflict or data corruption. Its memory cells are designed for concurrent access, and the BUSY logic remains inactive during read/read contention. This behavior is explicitly guaranteed in the datasheet's "True Dual-Ported memory cells which allow simultaneous reads of the same memory location" feature statement and confirmed in Truth Table I for non-contention modes.
What is the purpose of the SEM pin in the 70V26S35J, and how is it used?
The SEM pin in the 70V26S35J enables access to the eight hardware semaphore latches. When CE = VIH and SEM = VIL, the device enters semaphore mode - A0–A2 select one of eight latches, and I/O0 writes the token (0 = request, 1 = release) while all I/O lines (I/O0–I/O15) read the current latch state. This provides atomic set/test capability without software intervention, essential for lock-free inter-processor communication in real-time systems using the 70V26S35J.
Does the 70V26S35J support partial-word writes using byte-enable signals?
Yes, the 70V26S35J supports independent upper- and lower-byte writes via UBL/LBL (left port) and UBR/LBR (right port). When UBL = L and LBL = H, only I/O0–I/O7 are written; when UBL = H and LBL = L, only I/O8–I/O15 are written; both low enables full 16-bit write. This is confirmed in Truth Table I and enables compatibility with multiplexed 8-bit buses and efficient 32-bit word expansion using cascaded MASTER/SLAVE configurations.
70V26S35J Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Renesas
- Series:
- -
- Package/Case:
- 84-LCC (J-Lead)
- Packaging:
- Tube
- Product Status:
- Obsolete
- Programmable:
- Not Verified
- Memory Type:
- Volatile
- Memory Format:
- SRAM
- Technology:
- SRAM - Dual Port, Asynchronous
- Memory Size:
- 256Kbit
- Memory Organization:
- 16K x 16
- Memory Interface:
- Parallel
- Clock Frequency:
- -
- Write Cycle Time - Word, Page:
- 35ns
- Access Time:
- 35 ns
- Voltage - Supply:
- 3V ~ 3.6V
- Operating Temperature:
- 0°C ~ 70°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- 84-PLCC (29.31x29.31)
70V26S35J FAQ
1.How can I place an order for 70V26S35J through Aetrix?
Please submit a Request for Quotation (RFQ) for 70V26S35J 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 70V26S35J reliable?
The price and inventory of 70V26S35J are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for 70V26S35J is usually 5 days.
3.What payment methods are accepted for 70V26S35J?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 70V26S35J transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for 70V26S35J?
70V26S35J orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your 70V26S35J 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 70V26S35J?
For technical support, including 70V26S35J datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 70V26S35J requirements.
6.How does Aetrix verify that 70V26S35J is sourced from the original manufacturer or authorized distributors?
All 70V26S35J 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 70V26S35J meets industry standards.
7.What is the process for return or replacement of 70V26S35J?
All 70V26S35J units undergo pre-shipment inspection (PSI). If there is an issue with 70V26S35J, 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 70V26S35J part is unused and in its original packaging.
Return procedure for 70V26S35J:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
70V26S35J Tags

-
M24C02-WMN6TP
STMicroelectronics
-
AT24C02C-XHM-T
Microchip Technology

-
AT21CS01-STUM10-T
Microchip Technology

-
AT24C02C-SSHM-T
Microchip Technology

-
24LC01BT-I/OT
Microchip Technology
-
M24C02-FMC6TG
STMicroelectronics

-
AT24CS02-SSHM-T
Microchip Technology

-
93LC46BT-I/OT
Microchip Technology

-
AT24C04C-SSHM-T
Microchip Technology

-
24LC01BT-I/SN
Microchip Technology

-
24AA02UIDT-I/OT
Microchip Technology

-
AT24C08C-STUM-T
Microchip Technology
Tech Hub
TTL and CMOS logic families differ in thresholds, loading, output drive, power and timing. This engineering guide compares 74HC and 74HCT, calculates noise margins and checks 3.3 V/5 V compatibility.
A practical engineering guide to 3.3V and 5V logic compatibility, input thresholds, resistor dividers, translator ICs, MOSFET level shifting, I2C pull-ups, timing limits and power-sequencing risks.
The 74HC595 uses push-pull logic outputs, while the TPIC6B595 uses 50 V open-drain DMOS sinks for higher-power loads. This guide compares timing, current limits, 3.3 V interfacing, load wiring, thermal…
The 74HC595 converts serial data into eight stable parallel outputs. This guide covers pin functions, shift and storage timing, OE and MR behavior, drive-current limits, cascading, voltage compatibilit…
A technical comparison of level-sensitive latches and edge-triggered flip-flops, covering timing windows, setup and hold limits, master–slave operation, time borrowing, race-through, HDL inference and…
A D latch stores one bit while Enable controls when data can pass. This reference covers gate-level operation, truth tables, transparency, setup and hold timing, LE versus OE, common ICs and practical …
An SR latch stores one bit through cross-coupled feedback. This engineering reference covers NOR and NAND implementations, truth tables, forbidden-state recovery, gated operation, switch debouncing, fa…
Latch circuits retain one bit through feedback. This technical reference covers SR and D latches, truth tables, transparency, timing limits, latch-versus-flip-flop behavior, applications and common log…
An engineering guide to LED driver operation, constant-current and constant-voltage outputs, linear and switching topologies, dimming, IC selection, calculations, replacement compatibility, and fault c…
Operational amplifier guide covering op amp basics, feedback, ideal vs real op amps, common configurations, buffer circuits, offset, bias current, gain-bandwidth, slew rate, rail-to-rail limits and sel…
