We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I have a custom machine based on arm cortex-m3 I have used the startup_ARMCM3.S(v2.0)(from CMSIS) as the startup script for the machine in qemu-2.10 and everything worked fine. But now I have updated the QEMU version to qemu-4.2.0 and was using the same startup script but it did not work. I have tried with the new version of the startup script but it also does not work. Can any one suggest me the correct one?
"does not work" is a bit to general. Did you debug what is not working and try to fix it?
I did debug there is no problem in my custom machine(using printf) and the memory mapping is also correct. Then where else might it go wrong