Hi , I want to use one of demo projects of FreeRTOS to be able to I run it on one of qemu machines and it support SMP on it. I has selected CORTEX_MPS2_QEMU_IAR_GCC at first but it dosen’t support SMP for using it with multi core.
which demo project do you suggest?
Currently we do not have a SMP project that you can use on Qemu.
thanks for your replay but what about RISC-V-Qemu-virt_GCC?
I have seen in its readme file that uses -smp 4 in the qemu command and included it is used to have 4 cores.
This means that qemu (the emulated hardware) runs a 4-core configuration. However the port of FreeRTOS running on top of that emulated hardware does not run in SMP mode.