Hi
I have Code that runs on a STM32F4103 processor (ARM-Cortex M3). The code runs on a Coo-Cox RTOS.
My goals are
1) To run the code on X86 linux
2) Have multiple instances of the above program & let them communicate with one another (using pipes?)
I am a newbie to Qemu and it appears to be the perfect tool to do the following.
Could someone confirm if it is possible?
Some initial guidance would be much appreciated.
Thanks
Srinath