A registered peripheral model runs in the engine: the firmware talks to it over the real bus and gets device-accurate responses.
Simulated device model
Built from the datasheet. Implemented from the part’s register documentation and exercised by automated tests. Nothing physical was ever placed next to it.
GPIO_GROUP
[object Object]
| Pin | Type | Role |
|---|---|---|
VCC | power_in | — |
GND | power_in | — |
CS | input | gpio |
RS | input | gpio |
WR | input | gpio |
RD | input | gpio |
RST | input | gpio |
DB0 | bidirectional | gpio |
DB1 | bidirectional | gpio |
DB2 | bidirectional | gpio |
DB3 | bidirectional | gpio |
DB4 | bidirectional | gpio |
DB5 | bidirectional | gpio |
DB6 | bidirectional | gpio |
DB7 | bidirectional | gpio |
DB8 | bidirectional | gpio |
DB9 | bidirectional | gpio |
DB10 | bidirectional | gpio |
DB11 | bidirectional | gpio |
DB12 | bidirectional | gpio |
DB13 | bidirectional | gpio |
DB14 | bidirectional | gpio |
DB15 | bidirectional | gpio |
Modelled from Ilitek ILI9341 datasheet.