Skip to main content
Wake forwarding across a vehicle zone: a wake event travelling hop by hop from the wake source through a zone controller to three sleeping ECUs, with one port not configured to forward, leaving the tail of the chain still asleep, from GSAS Micro Systems India

TC10 Sleep and Wake-Up: How It Works and Why It Fails

GSAS Engineering · · 13 min read

TC10 is the OPEN Alliance sleep and wake-up specification for automotive Ethernet: a node signals its intent to sleep by sending a low power sleep (LPS) command over an established link, the link partner answers with its own LPS, and both PHYs go silent. Any node can wake the link again by transmitting a wake-up pulse (WUP) on a passive link or a wake-up request (WUR) on an active one. The handshake is bounded by an 8 ms ACK_timer and a 16 ms REQ_timer, and wake-up transmission over a passive link must complete in under 2 ms.

TC10 is the part of automotive Ethernet that only breaks after the vehicle is built. On the bench a link sleeps and wakes or it does not, and either way you know in an afternoon. In a vehicle it is a quiescent current number, a wake path that has to cross three ECUs, and a window between ignition-on and the first frame that somebody wrote into a requirements document years before the silicon was chosen.

Search for how it works and you get the specification PDFs plus forum threads where one engineer is working out which registers put a PHY to sleep and another is being told a wake cannot cross from 100BASE-TX to 100BASE-T1 without a converter. The specifications are public and readable, and everything below was read out of them.

This article assumes a link that already works. If yours never came up, roles and physical layer come first, in our 100BASE-T1 bring-up checklist.

What TC10 is, and what it is not

An OPEN Alliance specification, not an IEEE amendment

TC10 is a technical committee of the OPEN Alliance and, by extension, the name engineers use for the documents it publishes: OPEN Sleep/Wake-up Specification version 2.0, 21 February 2017, for 100BASE-T1, and 802.3bp Sleep/Wake-up Specification version 1.0, 27 October 2021, for gigabit. Both are public releases, and the committee’s scope now spans 10BASE-T1S, 100BASE-T1, 1000BASE-T1 and MultiGBASE-T1.

The purpose is stated plainly: new service primitives provided by the physical layer to support a controlled link shutdown and a fast global wake-up within an Ethernet network, so higher layers such as network management can realise partial networking where selected parts of a network are inactive. Which nodes get switched off is network management’s job and explicitly outside the specification. Section 2.2 is equally plain about IEEE: 802.3bw does not define mechanisms for a controlled link shut-down and wake-up, and the new primitives supplement it. Whichever T1 physical layer you are on, and our T1 family guide sets out which, the base clause gives you a link and nothing about sleeping it.

TC10 sleep against a PHY’s basic sleep mode

Most PHYs that support TC10 also offer a simpler local low-power mode, and the two get confused constantly because both end with a quiet pair and a low current reading. The difference is what the link partner knows: TC10 sleep is negotiated over the wire and reversible over the wire, while basic sleep is a local state.

In a public thread on a silicon vendor’s community forum, an engineer trying to release an inhibit pin quotes their own PHY’s datasheet: the basic wake-sleep mode allows manual sleep control and local wake-up but no remote wake-up or wake forwarding. That is the whole difference in one sentence. The thread, opened in February 2024, ends eight months later with another engineer asking whether the original poster ever got it working, and nobody answers. If your architecture assumes a wake arrives over the pair, basic sleep cannot deliver it, and a two-node bench will not tell you.

Why zonal architectures made this matter

In a domain architecture a sleeping node is usually one hop from something that can wake it. In a zonal one a wake has to travel, from one corner of the vehicle to a target behind a zone controller and possibly a second, so wake became a network property rather than a pin. See our domain against zonal architectures article for why the topology moved. The specification anticipated it: global network wake-up including link start-up within less than 250 ms is an objective, switch-class devices must be able to forward a wake from the receiving port to other ports, and the 100BASE-T1 document caps the hops of a wake-up network at four, a limit the gigabit revision does not restate. A zone controller between a wake source and a sleeping ECU is a hop that has to be configured, not a wire.

The signalling, in order

LPS, the low power sleep command

A node that wants to sleep does not just stop transmitting. While the link is up it sends a Low Power Sleep (LPS) command to state the intention to its partner. In the 100BASE-T1 encoding LPS rides in the side stream scrambler during idle and must be sent for a minimum of 64 bits. The 1000BASE-T1 revision moved it into a single OAM frame with the respective bit set, without the OAM handshaking signals, so the acknowledgement is the partner answering with its own LPS.

SLEEP_ACK, SLEEP_REQUEST, SLEEP_SILENT, and what a failed handshake does

These are the 100BASE-T1 states; the gigabit revision adds a SLEEP_WAIT state between SLEEP_SILENT and SLEEP, bounded by a 4 microsecond sleep_wait_timer. The state names are what your PHY’s status registers and interrupt flags are named after.

From NORMAL the initiating PHY enters SLEEP_REQUEST, sets tx_lps and starts sleep_req_timer. The partner receiving those LPS commands enters SLEEP_ACK and starts sleep_ack_timer. SLEEP_ACK is the higher layer’s window to refuse: if loc_sleep_abort is asserted, because a data message arrived and network management decided the link is still needed, that PHY returns to NORMAL and the initiator lands in SLEEP_FAIL. If nobody objects before the timer expires the acknowledgement is implicit, and the partner moves to SLEEP_REQUEST and sends its own LPS.

A PHY that has both sent and received LPS moves to SLEEP_SILENT, where its transmitter goes quiet. SLEEP is entered once both PHYs are silent, that is when local activity detection reads false; there the transmitter is powered down and the PHY waits for a wake-up pulse or a software wake.

If the handshake does not complete before sleep_req_timer expires, the PHY enters SLEEP_FAIL and returns to sending idle or data. A failed sleep is therefore not a hang. It is a bounded 16 ms attempt that ends with the link still up and, on most silicon, an interrupt flag set. If your node will not sleep, that flag is your first read.

WUP and WUR, the two wake commands

WUP, the wake-up pulse, is for a link that is down. The 100BASE-T1 specification defines it as link training codes transmitted by a node or switch PHY to distribute the wake-up request over a link which is down; the partner detects the activity on the pair as a remote wakeup. The pulse lasts 1 ms plus or minus 0.3 ms. The 1000BASE-T1 revision pins the waveform down further: the side stream scrambler of IEEE 802.3bp tx_mode SEND_T with the scrambler configured in master mode, 62.5 MBaud, and 1.15 V plus or minus 0.15 V peak to peak differential over a 100 ohm load.

WUR, the wake-up request, is for a link already up, so a wake propagates onward without tearing anything down. A third case produces a confusing symptom: if the link is still in training, it is established first and a WUR sent after.

The interface carries a local-wakeup input and a wakeup-forwarding output; the 100BASE-T1 document requires both, the 1000BASE-T1 revision requires the input and makes the output optional. The pins may be joined on multi-PHY designs, and a dedicated forwarding pin must be active high. Because a glitching wake source is a real automotive case, a detection threshold is mandatory: pulses shorter than 10 microseconds must not be detected as a wakeup and are to be ignored, a pulse longer than 40 microseconds must be guaranteed to be detected, and the interval between is explicitly undefined. Hence the rule that a local wakeup output pulse must last at least 40 microseconds to be reliably detected. Where the wake line runs through the harness from a slow legacy source, the specification recommends the option to widen the rejection window to a minimum of 10 ms.

INH is the inhibit output, and the pin most often misread as cosmetic. It is optional on 100BASE-T1 and recommended on 1000BASE-T1, described as an open-collector, active-high output in the 100BASE-T1 document and as a high-side switch pulling INH high during normal operation and going high impedance during sleep in the 1000BASE-T1 revision. Inhibit.indication signals the state of an optional power supply inhibit interface, and INH is TRUE in every power state except SLEEP. Practically, INH tells your regulators they may drop the core rails and tells them to come back, from a standby supply that stays alive during sleep.

The sleep-side current targets are what the exercise is for: the 100BASE-T1 document requires the PHY front end to draw less than 10 µA and the state machine less than 25 µA, so a single PHY is allowed 35 µA and a switch 25 µA plus 10 µA per port; the gigabit revision states the same 35 µA and 25 plus 10 µA totals as a should, with an allowance for more complex SoCs.

The timing budget

Every value below is quoted from the specification named in its row. Nothing here is a typical figure or a vendor number.

EventParameterValueSource
Time in SLEEP_ACK before implicit acknowledgementACK_timer8 msBoth, cl. 4.1 / 6.1
Time in SLEEP_REQUEST and SLEEP_SILENT before the handshake failsREQ_timer16 msBoth, cl. 4.2 / 6.2
Wake transmission over a passive linkTWU_Link_passiveunder 2 msBoth, cl. 4.3 / 6.3
Wake transmission over an active linkTWU_Link_activeunder 1 ms at MTU 1500, under 3 ms for 16 kB jumbo100BASE-T1, cl. 4.4
Wake transmission over an active linkTWU_Link_activeunder 2 ms1000BASE-T1, cl. 6.4
Wake forwarding, passive switch (all ports powered down)TWU_Forward_passiveunder 15 ms, including 1 ms until the supply is stable100BASE-T1, cl. 4.5
Wake forwarding, active switch (one port active)TWU_Forward_activeunder 2 ms100BASE-T1, cl. 4.6
Wake forwarding, port to portTWU_Forwardingunder 1 ms1000BASE-T1, cl. 6.5
Supply stable plus initialisation, passive deviceT_Powersupply_stable + T_Initializationunder 15 ms1000BASE-T1, cl. 6.5
Wake over the wake I/O pinsTWU_WakeIOunder 1 ms1000BASE-T1, cl. 6.6
Wake-up pulse durationWUP1 ms plus or minus 0.3 msBoth
Energy detection processunnamedmust not take longer than 2 msBoth
Local wake pin thresholdsunnamedunder 10 µs ignored, over 40 µs guaranteed detectedBoth
Global network wake-up including link start-upobjectiveless than 250 msBoth, objectives

Two footnotes matter as much as the numbers: the 100BASE-T1 specification expects a 1 percent tolerance on the timer values, the 1000BASE-T1 revision 10 percent. Write your test limit against the document your device claims.

What the budget means downstream

The table bounds the transport of a wake event, not your ECU. The 250 ms objective is a system number, and the specification hands you roughly 2 ms of link transmission plus, on a passive device, under 15 ms for the supply to stabilise and the wake indication to be generated. Everything else is yours: regulator enable and ramp, PMIC sequencing, MCU reset release and boot, PHY reconfiguration, then link training.

A silicon vendor’s published TC10 timing-measurement note walks a complete system through exactly that and reports a measured wake-to-link time of 33.32 ms plus a software-dependent portion. The largest fixed intervals it reports are 14.541 ms of link training after the PHY is configured as master and 10.53 ms from the wake source’s own inhibit pin going high to the WUP leaving it, against 8.2 ms for the responder’s buck and PMIC. The note’s own optimisation section targets the MCU boot, the MDIO configuration sequence and the PMIC reset delay. The wake budget is a power-sequencing review. Bring the schematic.

Wake forwarding across a zone

What has to be enabled for forwarding to happen

A wake reaching a switch does not continue by itself. The specification requires multi-PHY devices to implement a selective wakeup forwarding mechanism, and that when such a device detects a wake-up request on one port it must be possible to forward it to other PHYs. The 1000BASE-T1 revision adds that forwarding shall be possible to selectable target PHYs, with the wake sent over the medium as WUP or WUR depending on that port’s link status.

Both phrases are doing work. Selective means a configured mapping from source port to target ports. Must be possible means the silicon offers the capability rather than performing it unprompted. A port nobody mapped is a port where the wake stops, and the tail of the chain stays dark. The pin path is the other half: where several PHYs share a board, one PHY’s wake-forwarding output and another’s local-wake input are commonly tied together, which is why the 40 microsecond minimum pulse width is the contract between two PHYs on one PCB.

Selective wake against waking the whole network

Partial networking is the point of TC10, so a forwarding map that wakes everything is not a functional bug: every ECU comes up and the vehicle behaves. It is a current bug, and it never appears in a log. The evidence is on a current meter, comparing quiescent draw against the ECUs that were supposed to stay asleep and against the per-port targets above. Measure it before concluding that selective wake works. Where sleep and wake sits in a whole vehicle communication architecture decides which reading is the interesting one.

Why it fails in practice

Seven failure modes. Several look identical from software, which is why the list is worth keeping.

1. Mixed vintage. A TC10 node linked to a partner that does not implement TC10. The link comes up perfectly, because the specification says implementing the extensions will not impact interoperability with a basic 802.3bw PHY when the new commands are not used. Then the sleep handshake fails after REQ_timer because no LPS comes back, or the node sleeps by a local path and nothing wakes it because the partner has no WUP to send. A vendor’s own answer on a public support forum puts it in one line: devices that support TC10 can only wake up remote devices that support TC10 as well. Symptom: link fine, sleep fails at 16 ms, or sleeps and never wakes.

2. Basic sleep configured where TC10 was intended. Usually a strap, a register default, or a function-select field nobody set. Symptom: local sleep works and the current drops, but no remote wake and no wake forwarding. Identical to failure 1 from the far end.

3. Speed mismatch on the wake pattern. The 1000BASE-T1 specification says a WUP is only reliably detected if the responder supports and operates in the WUP’s associated speed mode, and its footnote is unambiguous: a WUP transmitted by a PHY operating in 100BASE-T1 mode is not guaranteed to be detected by a 1000BASE-T1 device or the reverse. Multi-speed PHYs must use the pattern for their configured speed. Symptom: wake works between two nodes of one speed, not across a speed boundary.

4. Wake source mismatch. The design assumes a link wake; the hardware only offers a local pin wake, or the pin exists but nothing drives it for 40 microseconds. Symptom: wake works when a person toggles something, never when the network should have.

5. INH sequencing slower than the budget. The wake is real and on time, and the node cannot answer because its rails are still ramping or its MCU is still booting. Symptom: intermittent, load and temperature dependent, and it moves when you change an unrelated regulator. Usually filed as a network fault and closed as a power fault.

6. Spurious wakes. Cable disconnect and reconnect, noise on a harness-routed wake line, or a partner that cycles. The specification pushes back with the 10 µs rejection threshold on the local wake pin, the optional 10 ms window for slow harness wake lines, and energy detection held disabled during SLEEP_SILENT to prevent a mutual wakeup through LPS commands. But it also requires that any transmitted idle pattern on the link trigger energy detection, so a partner that starts transmitting for any reason is a legitimate wake. Symptom: the battery, not the link.

7. Switch port not configured to forward. The wake arrives at the zone controller and stops, because no source-to-target mapping was written for that port. Symptom: the first hop wakes, the tail of the chain stays dark, and nothing in any log says why.

How to measure it

The interesting part of TC10 happens while the link is down, so a frame capture sees nothing: there are no frames. Capture method for the traffic either side of a sleep is covered in our capture guide, and a media converter in the bench path holds a T1 PHY with a role and sleep behaviour of its own, one of the selection questions in our media converter guide. For the event itself the instrument is an oscilloscope.

On the differential pair. WUP is directly observable; LPS is not, because it is encoded in the scrambler stream on 100BASE-T1 and in an OAM frame on 1000BASE-T1. What the scope gives you for the sleep handshake is the transition to silence and its timestamp, not the commands themselves. Look for a pulse of 1 ms plus or minus 0.3 ms, and on 1000BASE-T1 check the amplitude against the specification. Trigger on activity after a quiet period and you have the wake event with a timestamp.

On INH against the supply rail. Two channels, INH and the rail it gates, gives you the ramp directly, and budget failures become a picture rather than an argument. Extend that into intervals with owners: wake to INH, INH to rails good, rails to management-interface activity, then link-up. A published vendor timing measurement uses the same decomposition.

Current in each state. Active, sleep, and the transient during wake. The only measurement that proves selective wake is selective.

A capture cannot tell you whether the node was asleep by design or dead. Log link state and INH alongside anything else you record, or a correct sleep reads as a fault for the rest of the analysis.

TC10 in a test plan

TC8 and TC10 are separate committees with separate documents. The OPEN Alliance describes TC8 as responsible for automotive Ethernet ECU test and conformance specifications throughout all seven OSI layers; TC10 owns sleep and wake-up. The OPEN Alliance roadmap still lists the 100BASE-T1, 1000BASE-T1 and MultiGBASE-T1 sleep and wake-up test suites as pending, so TC10 behaviour is verified against the specification and the OEM requirement rather than against a released suite. A device can pass an interoperability and protocol suite and still fail to sleep or wake on the harness it ships on, so a real programme runs both. Our automotive Ethernet guide places each conformance term.

If you have multidrop segments, track the 10BASE-T1S side. TC14’s published scope lists collaboration with TC10 on the wakeup and sleep specification, and the OPEN Alliance now lists a 10BASE-T1S Sleep/Wake-up Specification. A public IEEE 802.3da contribution sets out a wake and sleep baseline for that physical layer, recognisable but not identical: the same forwarding structure and a TWU_Forwarding of 1 ms, but state names built around low power rather than sleep, a LOW_POWER_timer of 2 ms, a wake-up tone of 12 periods of a 625 kHz tone, and timing that distinguishes a quiet segment from a partial one because the medium is shared. Do not carry 100BASE-T1 timer values across.

Before a conformance house sees the unit, have four things ready: the PHY configuration actually loaded at run time rather than the one in the reference driver, the wake source design per link, scope captures of WUP and of INH against the rails, and a current measurement per state. Flashing and handling Ethernet ECUs on the line is a separate discipline, covered in our production programming article.

Where GSAS fits

TC10 work spans three disciplines that usually report to different people: the PHY configuration, the power sequencing, and the network management that decides who sleeps. Most of the failures above sit on a boundary between two of them, which is why they survive so long. Bring us the PHY configuration you actually load, the wake source design per link, and whatever scope captures you have, and we work the wake path through with your team.

Our applications engineers work with automotive teams across Bengaluru, Pune, Chennai and Hyderabad on bench setup and pre-conformance measurement: a scope on the pair and on INH, the wake-to-link time decomposed into intervals with owners, and quiescent current per state so selective wake is shown rather than assumed.

Our automotive Ethernet capability page sets out how we work with engineering teams, and you can request a consultation describing your topology, the wake sources and the wake-to-ready number you have been given.

References

Building for Automotive & Mobility?

Talk to our application engineers for personalized tool recommendations.

Frequently asked questions

What is TC10 in automotive Ethernet?
TC10 is the OPEN Alliance technical committee that owns sleep and wake-up, and the name engineers use for the specifications it publishes. The 100BASE-T1 document, OPEN Sleep/Wake-up Specification version 2.0 dated 21 February 2017, describes itself as defining new service primitives provided by the physical layer to support a controlled link shutdown and a fast global wake-up within an Ethernet network, so that higher layers such as network management can realise partial networking where selected parts of a network are inactive. The committee's published scope covers 10BASE-T1S, 100BASE-T1, 1000BASE-T1 and MultiGBASE-T1.
What is the difference between TC10 sleep and a PHY's basic sleep mode?
TC10 sleep is a negotiated state shared by both ends of a link, and it can be entered and left over the wire. A basic sleep mode is local to one device. The distinction is visible in a public thread on a silicon vendor's community forum, where an engineer trying to release an inhibit pin quotes their PHY's datasheet: the basic wake-sleep mode allows manual sleep control and local wake-up but no remote wake-up or wake forwarding. That is the whole difference in one sentence. If your architecture assumes a wake travels over the pair, basic sleep will not deliver it, and the link will look identical on a bench until the day you try to wake it remotely.
What is a wake-up pulse and when is it sent?
A wake-up pulse (WUP) is sent when the link is down. The 100BASE-T1 specification defines WUP as link training codes transmitted by a node or switch PHY to distribute the wake-up request over a link which is down, and states that the wake-up pulse has a duration of 1 ms plus or minus 0.3 ms to allow reliable detection. The partner PHY detects the activity on the twisted pair as a remote wakeup. When the link is already up, the same intent is carried by a different command: a wake-up request (WUR), transmitted over the active link during idle times. The specification leaves the energy detection implementation to the PHY vendor but requires that the detection process must not take longer than 2 ms.
Can a TC10 device wake a link partner that does not support TC10?
No, and the two specifications explain why. The 100BASE-T1 document is explicit that IEEE 802.3bw does not define mechanisms for a controlled link shut-down and wake-up, and that these are new service primitives supplementing it. It also states that when the new primitives and commands are not used, implementing the extensions will not impact interoperability with a basic 802.3bw PHY. Read those together and you get the trap: the link comes up perfectly, because normal operation is unchanged, but a basic PHY has no defined behaviour for LPS, WUR or WUP. On a public thread on a silicon vendor's support forum the vendor's own answer to an engineer asking about remote wake was that devices supporting TC10 can only wake up remote devices that support TC10 as well.
How fast does a node have to link up after a wake-up pulse?
The specification sets a system objective rather than a per-node link-up time. Both the 100BASE-T1 and the 1000BASE-T1 documents list, among their objectives, support for a global network wake-up including link start-up time within less than 250 ms. The pieces the specification does bound are the transport of the wake event, not your boot: wake-up transmission over a passive link is under 2 ms, and on a passive device the sum of the time until the power supply is stable and the time until wake-up indication is generated must be less than 15 ms. Everything after that, supply sequencing, MCU boot, PHY reconfiguration and link training, is your design's share of the 250 ms.
What does the INH pin do in a TC10 design?
INH is the inhibit output that tells the rest of the ECU whether it is allowed to power down. The 100BASE-T1 specification describes an optional inhibit pin, states that inhibit pins should be open-collector and active high, and defines an Inhibit.indication service primitive that signals the state of an optional power supply inhibit interface. In the power sequencing description, INH is TRUE in every state except SLEEP, where INH goes FALSE and the PHY is disabled. The 1000BASE-T1 revision changes the recommendation to a high-side switch that pulls INH high during normal operation and goes high impedance during sleep, and notes that INH is supplied by a standby supply which is available during sleep. So INH is not a status LED. It is the signal that gates your regulators, and its sequencing is part of your wake budget.
Does a switch forward a wake event to the rest of the zone automatically?
Not automatically, and not to every port by default. The 100BASE-T1 specification says multi-PHY devices such as switches shall implement a selective wakeup forwarding mechanism, and that if such a device detects a wake-up request on one port it must be possible to forward the request to other PHYs of the device. The 1000BASE-T1 revision states it the same way and adds that it shall be possible to forward a wakeup from the originating PHY to selectable target PHYs, where the wakeup is then sent over the medium as WUP or WUR depending on link status. Both words matter: selective means the mapping is configuration, and must be possible means the silicon offers the capability rather than performing it for you. An unconfigured port is a port where the wake stops.
What causes spurious wake-ups on an automotive Ethernet link?
Three sources, and the specification anticipates all three. First, the local wake pin: the specification requires that pulses shorter than 10 microseconds must not be detected as a wakeup event and are to be ignored, while a pulse longer than 40 microseconds must be guaranteed to be detected, and it recommends an option to increase the rejection window to a minimum of 10 ms when the wake line runs through the harness. Second, the link itself: the 100BASE-T1 text requires that any transmitted idle pattern on the link will trigger the energy detection, so a partner that starts transmitting for any reason wakes the link. Third, the handshake: in SLEEP_SILENT the energy detection circuitry is held disabled specifically to prevent spurious detection glitches and, in the specification's words, to act as a safeguard against a mutual wakeup through LPS commands. Listed among the specification's own objectives is no unwanted wakeup in the presence of interference noise.
Is TC10 part of TC8 conformance testing?
They are separate committees with separate documents. The OPEN Alliance describes TC8 as responsible for developing and upholding automotive Ethernet ECU test and conformance specifications throughout all seven OSI layers, while TC10 owns sleep and wake-up. In practice a test programme covers both, because a device can pass an interoperability and protocol conformance suite while failing to sleep or wake on the harness it will actually ship on. TC8-style work needs traffic and a link, TC10 work needs current measurement, an oscilloscope on the pair and control over the supply.

Stay in the Loop

Get monthly compliance updates, product insights, and engineering best practices delivered to your inbox.

Related Articles

Master and slave roles on a 100BASE-T1 link: the master PHY times its transmitter from a local clock, the slave recovers the clock from the received signal, with the both-master and both-slave misconfigurations that leave the link down, from GSAS Micro Systems India
Automotive Ethernet Automotive & Mobility

100BASE-T1 Link Won't Come Up: A Vendor-Neutral Checklist

A 100BASE-T1 link that will not come up is almost never a mystery, but the answers on the web are written per silicon vendor and do not transfer. This is the ordered bring-up checklist that holds regardless of which PHY, switch or SoC you have: physical layer first, then the PHY over MDIO, then the master and slave pairing, then the causes of a link that comes up and drops. The standards and tooling claims trace to IEEE 802.3 task force records, the Linux ethtool and kernel documentation or published test material. Written by the GSAS Micro Systems engineering team in India.

29 Aug 2026 · 14 min read
Five-step master and slave decision flow for a 100BASE-T1 media converter: read the ECU port role, set the converter to the complement, match the speed, check the wiring, link up, from GSAS Micro Systems India
Automotive Ethernet Automotive & Mobility

100BASE-T1 Media Converters: How to Choose One

Search for a 100BASE-T1 media converter and you get SKU pages that document their own DIP switches, plus a pile of copper-to-fibre converters that have nothing to do with single-pair automotive Ethernet. This is the selection guide neither publishes: what the box does at the PHY layer, when a converter is the wrong box, and the nine criteria that decide fitness, each written as a question to put to the supplier rather than a specification we invented. Standards claims trace to IEEE 802.3 task force records and the public OPEN Alliance specifications. Written by the GSAS Micro Systems engineering team in India.

29 Aug 2026 · 13 min read
Side by side comparison of a 10BASE-T1S multidrop mixing segment, one balanced pair with four nodes on short stubs and a termination at each end, against a point to point star of four separate links into switch ports, from GSAS Micro Systems India
Automotive Ethernet Automotive & Mobility

10BASE-T1S and PLCA: Multidrop Ethernet Explained

10BASE-T1S is the one member of the T1 single-pair Ethernet family that keeps a shared medium, and PLCA is the reconciliation sublayer that stops the nodes on it from colliding. This article covers what IEEE 802.3cg standardises, how the beacon and transmit opportunities schedule a cycle, the node count and segment length figures the OPEN Alliance interoperability test suite works to, and the failure modes that put a segment quietly back into contention while every link still looks up. Written by the GSAS Micro Systems engineering team in India for teams bringing up multidrop segments on the bench.

29 Aug 2026 · 12 min read