From 8ee603b21e7b02fa8ec85b2383a3e663bd09c27e Mon Sep 17 00:00:00 2001 From: Matti Airas Date: Tue, 15 Feb 2022 10:00:40 +0200 Subject: [PATCH] Add documentation on the test jig wiring --- Test_jig_wiring.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Test_jig_wiring.md diff --git a/Test_jig_wiring.md b/Test_jig_wiring.md new file mode 100644 index 0000000..423941c --- /dev/null +++ b/Test_jig_wiring.md @@ -0,0 +1,16 @@ +# Test jig wiring + +| Controller | Device Under Test | +| ---------- | ----------------- | +| GPIO 12 | SCL | +| GPIO 14 | SDA | +| Opto IN | Opto OUT | +| Opto OUT | Opto IN | +| DQ | DQ | + +| DUT | DUT | +| ---------- | --- | +| Vin Prot - | Opto GND | +| Vin Prot + | Opto Vcc | +| Vin + | CAN 12V | +| Vin - | CAN GND |