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.
SPI
| Pin | Type | Role |
|---|---|---|
VCC | power_in | — |
GND | power_in | — |
CS | input | spi_cs |
RESET | input | gpio |
DC | input | gpio |
MOSI | input | spi_mosi |
SCK | input | spi_sck |
LED | input | pwm |
Modelled from Ilitek ILI9341 datasheet.