by meneses on 8/5/15, 3:48 PM with 9 comments
by anoonmoose on 8/5/15, 5:34 PM
One idea I'd like to add: using EXTEST to identify the pins. If I understand the command correctly, it seems as if one could utilize the BSDL file to generate a series of EXTEST patterns that would each set one I/O pin high and the rest of them low. Then, you could just probe the IC pins until you found the high one. This is more or less the reverse of what he describes- he's applying a voltage and using the SAMPLE command to detect it.
To my understanding, this EXTEST method could also be used instead of the suggestion on slide 90 to write some VHDL/Verilog to copy a known input to an unknown output.
Doing any of this in an automated/programmatic way would probably take a better software suite than 20-day one mentioned, or at least a lower-level tool of some sort, I suppose.
by xwintermutex on 8/5/15, 7:12 PM
[1]: http://hackaday.com/2013/10/02/jtagulator-finds-debug-interf...
by VLM on 8/5/15, 7:54 PM
by jakeogh on 8/7/15, 7:12 PM