Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

eliminate dedicate TEST_MODE pin?

Status
Not open for further replies.
Joined
Nov 28, 2021
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
16
how to eliminate the dedicate TEST_MODE pin of the chip, and share it with a normal function pin? for test mode I can pull it to certain value to enter test mode.
Do I need to use a latch to do this?
thanks!
 

You can make custom I/Os that have more than two valid input states. Or find a combination of other control, static inputs that ought to never coincide, and decode. Or hijack an unused register bit that can be set by a "test preamble" via an exposed data link.

A special-case below-vss or above-vdd sniffer can be superimposed on a CMOS-logic input with little penalty but these can be noise sensitive, might need some filtering / latching / hysteresis.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top