Hello,
we are using ARM core cortex-M0 in our chipset and we would like to enhance our FW code quality by having a view on the code coverage of our test suite.
What are the available tools, hw / SW? what could be the advantage to adopt a M0+ core instead of M0?
Is there also some solution available on HW simulation environment?
Thanks
Qemu has support for Cortex-M3 already, the ARM GCC embedded comes with examples how to run the code in Qemu... There is also a work-in-progress port that provides support for M0 and M4 emulation: sushihangover/qemu · GitHub