未验证 提交 9c732766 编写于 作者: D David Lin 提交者: GitHub

Update 19.TencentOS_Tiny_Simulator_Use_MDK.md

删除多余描述字“开”
上级 5861290e
......@@ -32,7 +32,7 @@ int fputc(int ch, FILE *f)
return(ch);
}
```
添加完毕后,在MDK工程上打开option选项,选择debug选项,调试方式选择User Simulator,并修改调试参数,如下图:
添加完毕后,在MDK工程上打开option选项,选择debug选项,调试方式选择User Simulator,并修改调试参数,如下图:
![](image/MDK_Simulator_Guide/set_simulator_para.png)
完成软件仿真参数配置后,就可以点击debug按钮开始调试了,打开调试窗口后,选择view->Serial windows->debug 就可以打开调试日志窗口了,如图,可以看到TencentOS Tiny内核的两个任务输出的日志信息。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册