Using QEMU to simulate mps2-an505 crashes at startup #148383
Unanswered
yyh-zhangsan
asked this question in
Programming Help
Replies: 1 comment
-
Thanks for posting in the GitHub Community, @yyh-zhangsan! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the Discussions category is solely related to conversations around the GitHub product Discussions. This question should be in the Programming Help category. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
【Problem description】
Use the ARMCM33 link and startup file in CMSIS_5, compile, debug and run, the code skips Reset_handler and enters Hardfault_handler
【Instruction】
qemu-system-arm -M mps2-an505 -kernel rtthread.bin -nographic -s -S
【Consult】
How to simulate the cortex-m33 chip on QEMU and transplant the operating system, and whether it is possible to simulate dual-core communication on QEMU
Beta Was this translation helpful? Give feedback.
All reactions