Files
NeoECU-Hardware/Architecture/diagrams/logic-output.topology.json
T

95 lines
1.5 KiB
JSON

{
"title": "Protected 5 V logic output",
"source": "IO_MODULES/DIGITAL_OUTPUTS.md: Protected 5 V logic outputs",
"reference_scope": "documentation only",
"components": [
{
"ref": "J",
"kind": "port",
"pins": [
"P"
],
"value": "MCU GPIO"
},
{
"ref": "R_IN_PD",
"kind": "resistor",
"pins": [
"1",
"2"
],
"value": "R_IN_PD"
},
{
"ref": "GI",
"kind": "ground-port",
"pins": [
"P"
],
"value": "GND"
},
{
"ref": "U",
"kind": "functional-block",
"pins": [
"INx",
"OUTx"
],
"value": "TPS4H000-Q1\nVBB = +5V_AUX"
},
{
"ref": "R_OUT_PD",
"kind": "resistor",
"pins": [
"1",
"2"
],
"value": "R_OUT_PD"
},
{
"ref": "GO",
"kind": "ground-port",
"pins": [
"P"
],
"value": "GND"
},
{
"ref": "O",
"kind": "port",
"pins": [
"P"
],
"value": "LOGIC_OUTx"
}
],
"nets": [
{
"name": "MCU GPIO",
"connections": [
"J.P",
"R_IN_PD.1",
"U.INx"
]
},
{
"name": "GND",
"connections": [
"R_IN_PD.2",
"GI.P",
"R_OUT_PD.2",
"GO.P"
]
},
{
"name": "LOGIC_OUTx",
"connections": [
"U.OUTx",
"R_OUT_PD.1",
"O.P"
]
}
],
"no_connects": []
}