RT-Thread/rt-thread

[bsp][qemu-vexpress-a9] Win10 环境下 uart1 接收数据导致系统崩溃

Open

#6,000 opened on 2022年5月26日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C (4,755 forks)batch import
good first issue

Repository metrics

Stars
 (9,223 stars)
PR merge metrics
 (平均マージ 7d 22h) (30d で 50 merged PRs)

説明

以下测试环境为:

  • Win10 系统
  • 通过 scons --dist 新生成的 qemu 环境
  • 每隔 1 秒通过串口 COM9 发送 hello world 的下位机

输入下述命令运行 qemu 程序:

qemu-system-arm -M vexpress-a9 -kernel rtthread.bin --nographic -serial mon:stdio -serial COM9

结果显示系统崩溃,并且是在 qemu 接收第一个字节后崩溃。

下位机不主动发送数据给上位机时,工作正常。

コントリビューターガイド