|
|
|
|
|
by HeyLaughingBoy
368 days ago
|
|
A lot of hardware is built like this. Separating the GUI from the real time or safety-critical aspects of the system is a common enough need that there are many System-on-Module (SoM) boards that can run Linux or Windows and also include an ARM processor for real time behavior on the same die. Your UI can be built in Python/Qt/Tk while the safety critical stuff is programmed in C running on an RTOS. |
|