Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下测试环境为:
scons --dist
hello world
输入下述命令运行 qemu 程序:
qemu-system-arm -M vexpress-a9 -kernel rtthread.bin --nographic -serial mon:stdio -serial COM9
结果显示系统崩溃,并且是在 qemu 接收第一个字节后崩溃。
下位机不主动发送数据给上位机时,工作正常。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
以下测试环境为:
scons --dist新生成的 qemu 环境hello world的下位机输入下述命令运行 qemu 程序:
结果显示系统崩溃,并且是在 qemu 接收第一个字节后崩溃。
下位机不主动发送数据给上位机时,工作正常。
The text was updated successfully, but these errors were encountered: