Hacker News new | ask | show | jobs
by haolez 883 days ago
Kind of off topic, but is it possible to simulate peripherals with QEMU?

For example: suppose that I'm emulating some microcontroller running my firmware. On the actual board, this firmware will interact with a sensor. Is it doable to create a virtual hardware device simulating the sensor and connect its pins to my microcontroller?

1 comments

It doesn't seem straight-forward to implement.

Emulating microcontroller peripherals? - https://electronics.stackexchange.com/questions/611403/emula...