Can FreeRTOS run on Qemu for ARM Cortex M?

Hi, I was wondering if FreeRTOS can run on Qemu for ARM, preferably on the Cortex-M series? If so, are there any tutorials that can help me get started on setting things up? I’m planning on running qemu on Ubuntu/Linux environment as well. Cheers.

Can FreeRTOS run on Qemu for ARM Cortex M?

Yes, Qemu emulates the Cortex-M, and FreeRTOS will run on any Cortex-M (0, 0+, 3, 4, 4F, and 7) that has enough RAM. No porting is required, but you will have to set up a project. QEMU configuration is out of scope for this forum though I’m afraid, but here are some links that might help setting up a project: http://www.freertos.org/Creating-a-new-FreeRTOS-project.html http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html